# 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 = "kserd" version = "0.5.0" authors = ["kurt "] description = "Kurt's Self-Explanatory Rust Data" homepage = "https://github.com/kurtlawrence/kserd" documentation = "https://docs.rs/kserd/" readme = "README.md" categories = ["data-structures", "encoding", "parsing"] license = "MIT" repository = "https://github.com/kurtlawrence/kserd" [[bench]] name = "num" harness = false [dependencies.base91] version = "0.0.1" optional = true default-features = false [dependencies.bitflags] version = "1" [dependencies.fast-float] version = "0.2" [dependencies.lexical-core] version = "0.7" features = ["std", "format"] optional = false default-features = false [dependencies.nom] version = "6" features = ["std"] optional = true default-features = false [dependencies.serde] version = "1" features = ["std"] optional = true default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_derive] version = "1" [features] default = ["encode", "format", "parse"] encode = ["serde"] format = ["base91"] parse = ["base91", "nom"]