# 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 = "destream_json" version = "0.13.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for decoding & encoding a JSON stream" readme = "README.md" keywords = [ "json", "stream", "serialize", "deserialize", ] categories = [ "asynchronous", "encoding", "parser-implementations", "parsing", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/haydnv/destream_json" [lib] name = "destream_json" path = "src/lib.rs" [dependencies.async-recursion] version = "1.1" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.7" [dependencies.destream] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.number-general] version = "0.12" optional = true [dependencies.pin-project] version = "1.1" [dependencies.tokio] version = "1.35" features = ["io-util"] optional = true [dependencies.uuid] version = "1.10" [dev-dependencies.number-general] version = "0.12" features = ["stream"] [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.tokio] version = "1.39" features = [ "fs", "macros", ] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.tokio-util] version = "0.7" features = ["io"] [features] all = [ "tokio-io", "value", ] default = [] tokio-io = ["tokio/io-util"] value = ["number-general/stream"]