# 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 = "2018" rust-version = "1.75.0" name = "serde-persistent-deserializer" version = "0.3.0" authors = ["Bogdan Opanchuk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper for persistent Serde deserializers" readme = "README.md" categories = [ "no-std", "encoding", ] license = "MIT" repository = "https://github.com/fjarri/serde-persistent-deserializer" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "serde_persistent_deserializer" path = "src/lib.rs" doctest = false [dependencies.serde] version = "1" default-features = false