# 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 = "json-number" version = "0.4.9" authors = ["Timothée Haudebourg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON number parsing and storage" documentation = "https://docs.rs/json-number" readme = "README.md" keywords = [ "json", "number", "parser", ] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/json-number" [lib] name = "json_number" path = "src/lib.rs" [dependencies.lexical] version = "7.0.1" features = ["format"] [dependencies.ryu-js] version = "0.2.2" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.smallvec] version = "1.8.1" optional = true [dev-dependencies.serde_json] version = "1" features = ["arbitrary_precision"] [features] canonical = ["ryu-js"] default = [] smallnumberbuf = ["smallvec"]