# 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.65" name = "serde_deser_iter" version = "0.1.0" authors = ["Arthur Carcano "] exclude = ["examples/*movies.*"] description = "Iterate through serialized sequences allowing to aggregate them without deserializing to an allocated collection." readme = "Readme.md" keywords = [ "serde", "serialization", "no_std", "iter", "streaming", ] categories = [ "encoding", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/krtab/serde_deser_iter" resolver = "2" [dependencies.serde] version = "1.0.189" default-features = false [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.serde] version = "1.0.189" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.107"