# 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" name = "serde-pickle-rs" version = "1.0.2" authors = ["Arshad M "] description = "A serde-based serialization library for Python's pickle format" documentation = "http://docs.rs/serde-pickle-rs" readme = "README.md" keywords = [ "pickle", "python", "serde", "serialization", ] license = "MIT/Apache-2.0" repository = "https://github.com/spinorml/serde-pickle-rs" [profile.release] debug = 1 [[bench]] name = "benchmark" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.iter-read] version = "0.3.1" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.17" [dependencies.serde] version = "1.0.192" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_derive] version = "1.0.192" [dev-dependencies.serde_json] version = "1.0.108"