# 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 = "speedy" version = "0.8.7" authors = ["Jan Bujak "] description = "A fast binary serialization framework" homepage = "https://github.com/koute/speedy" documentation = "https://docs.rs/speedy/*/speedy/" readme = "README.md" keywords = ["serialization"] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/koute/speedy" [package.metadata.docs.rs] features = ["external_doc"] [profile.release] panic = "abort" [dependencies.chrono] version = "0.4" optional = true [dependencies.glam] version = ">= 0.15, <= 0.25" optional = true [dependencies.indexmap_v1] version = "1" optional = true package = "indexmap" [dependencies.indexmap_v2] version = "2" optional = true package = "indexmap" [dependencies.memoffset] version = "0.9" [dependencies.regex] version = "1" optional = true default-features = false [dependencies.smallvec] version = "1" optional = true [dependencies.speedy-derive] version = "= 0.8.7" optional = true [dependencies.uuid] version = "1" optional = true default-features = false [dev-dependencies.paste] version = "1" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.tempfile] version = "3" [features] default = ["speedy-derive"] external_doc = [] indexmap = ["indexmap_v1"] indexmap_v1 = ["dep:indexmap_v1"] indexmap_v2 = ["dep:indexmap_v2"]