# 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 = "tbon" version = "0.6.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TinyChain Binary Object Notation is a compact and versatile stream-friendly binary serialization format" readme = "README.md" keywords = [ "binary", "stream", "decode", "serialize", "deserialize", ] categories = [ "asynchronous", "encoding", "parser-implementations", "parsing", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/haydnv/tbon" [lib] name = "tbon" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.7" [dependencies.destream] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.pin-project] version = "1.0" [dependencies.tokio] version = "1.39" features = ["io-util"] optional = true [dependencies.uuid] version = "1.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.39" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4" [features] all = ["tokio-io"] default = [] tokio-io = ["tokio/io-util"]