# 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.63" name = "serde-pickle" version = "1.2.0" authors = ["Georg Brandl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A serde-based serialization library for Python's pickle format" documentation = "http://docs.rs/serde-pickle" readme = "README.md" keywords = [ "pickle", "python", "serde", "serialization", ] license = "MIT/Apache-2.0" repository = "https://github.com/birkenfeld/serde-pickle" [profile.release] debug = 1 [lib] name = "serde_pickle" path = "src/lib.rs" [[example]] name = "pickle" path = "examples/pickle.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.criterion] version = "0.4" optional = true [dependencies.iter-read] version = "1.1.0" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.18" [dependencies.serde] version = "1.0.209" [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.rand] version = "0.7" [dev-dependencies.regex] version = "=1.9.6" [dev-dependencies.serde_derive] version = "1.0.209" [dev-dependencies.serde_json] version = "1.0.127" [features] criterion-bench = ["criterion"]