# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "msgpackin" version = "0.0.4" authors = ["neonphog "] description = "Msgpackin pure Rust MessagePack encoding / decoding library" documentation = "https://docs.rs/msgpackin" readme = "README.md" keywords = [ "msgpack", "MessagePack", "no_std", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/neonphog/msgpackin" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.futures-io] version = "0.3" features = ["std"] optional = true default-features = false [dependencies.msgpackin_core] version = "0.0.4" [dependencies.serde] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.tokio] version = "1" optional = true default-features = false [dev-dependencies.futures] version = "0.3.19" [dev-dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [features] default = ["std"] futures-io = [ "dep:futures-io", "std", ] serde = ["dep:serde"] serde_std = [ "dep:serde", "std", "serde/std", ] std = ["serde?/std"] tokio = [ "dep:tokio", "std", ]