From 2757cb933a3fece65155156cc95ed910ad0e1ee7 Mon Sep 17 00:00:00 2001 From: JadKHaddad Date: Mon, 16 Sep 2024 09:27:09 +0200 Subject: [PATCH] chore(lib): prepare publish Signed-off-by: JadKHaddad --- Cargo.toml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70a61e5..1577fee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,22 +5,11 @@ edition = "2021" authors = ["Jad K. Haddad "] 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 = []