Skip to content

Commit

Permalink
chore(lib): prepare publish
Browse files Browse the repository at this point in the history
Signed-off-by: JadKHaddad <jadkhaddad@gmail.com>
  • Loading branch information
JadKHaddad committed Sep 16, 2024
1 parent cb68e31 commit 2757cb9
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,11 @@ edition = "2021"
authors = ["Jad K. Haddad <jadkhaddad@gmail.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "A simple and fast codec for encoding and decoding data in no_std environments"
keywords = ["codec", "no_std", "embedded", "encode", "decode"]

[features]
default = [
"codec",
# dev for now, TODO remove
# "decode-enmpty-buffer",
"buffer-early-shift",
"decoder-checks",
"encoder-checks",
"embedded-io-async",
"futures-io",
"tokio",
"logging",
"char-fmt",
"tracing",
]
default = ["codec"]
std = []
decoder-checks = []
decode-enmpty-buffer = []
Expand Down

0 comments on commit 2757cb9

Please sign in to comment.