# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "persia-speedy" version = "0.9.0" authors = ["Jan Bujak ", "Xiangu Lian "] description = "A fast binary serialization framework" homepage = "https://github.com/NOBLES5E/speedy" readme = "README.md" keywords = ["serialization"] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/NOBLES5E/speedy" [package.metadata.docs.rs] features = ["external_doc"] [profile.release] panic = "abort" [dependencies.bytes] version = "1.0" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.half] version = "1.6" features = ["alloc"] [dependencies.hashbrown] version = "0.9" optional = true [dependencies.indexmap] version = "1.6" optional = true [dependencies.ndarray] version = "0.14" optional = true [dependencies.persia-speedy-derive] version = "= 0.7.3" optional = true [dependencies.smallvec] version = "1" optional = true [dependencies.tinystr] version = "0.4" optional = true [dev-dependencies.quickcheck] version = "0.9" [features] default = ["persia-speedy-derive", "chrono", "smallvec", "hashbrown", "bytes", "indexmap", "ndarray", "tinystr"] external_doc = []