# 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" name = "serde-pickle" version = "1.1.1" authors = ["Georg Brandl "] description = "A serde-based serialization library for Python's pickle format" documentation = "http://docs.rs/serde-pickle" keywords = [ "pickle", "python", "serde", "serialization", ] license = "MIT/Apache-2.0" repository = "https://github.com/birkenfeld/serde-pickle" [profile.release] debug = 1 [[bench]] name = "benchmark" harness = false [dependencies.byteorder] version = "1.3.2" [dependencies.criterion] version = "0.3.5" optional = true [dependencies.iter-read] version = "0.3.0" [dependencies.num-bigint] version = "0.4.0" [dependencies.num-traits] version = "0.2.10" [dependencies.serde] version = "1.0.104" [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde_derive] version = "1.0.104" [dev-dependencies.serde_json] version = "1.0.44" [features] criterion-bench = ["criterion"]