# 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" rust-version = "1.64" name = "value-trait" version = "0.10.1" authors = ["Heinz N. Gies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits to deal with JSONesque values" documentation = "https://docs.rs/value-trait" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/simd-lite/value-trait" [lib] name = "value_trait" path = "src/lib.rs" [dependencies.abi_stable] version = "0.11.0" optional = true default-features = false [dependencies.float-cmp] version = "0.10" [dependencies.halfbrown] version = "0.2" optional = true [dependencies.hashbrown] version = "0.15" optional = true [dependencies.itoa] version = "1" [dependencies.ordered-float] version = "4" optional = true [dependencies.ryu] version = "1" [features] 128bit = [] c-abi = ["abi_stable"] custom-types = [] default = [ "custom-types", "halfbrown", "runtime-detection", ] ordered-float = ["dep:ordered-float"] portable = [] runtime-detection = []