Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimize usage of alloc #15

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ version = "2.4.0"
authors = ["Nicolas Di Prima <[email protected]>", "Vincent Hanquez <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
categories = [ "parsing", "encoding" ]
categories = ["parsing", "encoding"]
keywords = ["cbor", "binary", "format", "encoding"]
repository = "https://github.com/primetype/cbor_event"
homepage = "https://github.com/primetype/cbor_event#readme.md"
description = """
The CBOR Event library. There are no dependencies, all platforms are supported and it is wasm compatible.
"""

[features]
alloc = []

[dev-dependencies]
quickcheck = "0.7"
Loading
Loading