# 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" rust-version = "1.56.0" name = "push_decode" version = "0.4.3" authors = ["Martin Habovstiak "] description = "Push-based decoding and pull-based encoding" readme = "README.md" keywords = [ "decoding", "encoding", "async-agnostic", "no_std", ] categories = [ "parsing", "rust-patterns", "no-std", "no-std::no-alloc", ] license = "MITNFA" repository = "https://github.com/Kixunil/push_decode" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.actual-async-std] version = "1.0.0" features = ["std"] optional = true default-features = false package = "async-std" [dependencies.actual-tokio] version = "1.0.1" features = ["io-util"] optional = true default-features = false package = "tokio" [dependencies.either] version = "1.8.1" default-features = false [dependencies.futures_io_0_3] version = "0.3.0" optional = true default-features = false package = "futures-io" [dependencies.lgio] version = "0.1" optional = true default-features = false [dependencies.pin-project-lite] version = "0.2.9" optional = true [features] alloc = [] async-std = [ "actual-async-std", "std", "pin-project-lite", ] futures_0_3 = [ "futures_io_0_3", "std", "pin-project-lite", ] std = [ "alloc", "either/use_std", ] tokio = [ "actual-tokio", "std", "pin-project-lite", ]