Skip to content

Commit

Permalink
Document that default features will be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Sep 9, 2023
1 parent f8aabb2 commit 43693cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ edition = "2021"
rust-version = "1.60.0"

[features]
# TODO: Remove the default features on next breaking release and make them opt-in.
# Because default features are evil
default = ["std", "async"]

# Enables usage of libstd. Adds support for thread blocking receive methods.
std = []
# Enables async receiving by implementing Future
Expand Down

0 comments on commit 43693cb

Please sign in to comment.