# 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 = "integer_or_float" version = "0.3.2" authors = ["Fredrick Brennan "] build = "build.rs" description = "A data type holding an ‘integer or float’ (a data type in the Unified Font Object specification, among others)" readme = "README.md" keywords = [ "types", "ufo", "font-format", "glif", "no-std", ] license = "Apache-2.0" repository = "https://github.com/MFEK/integer_or_float.rlib" [dependencies.derive_more] version = "0.99" [dependencies.float-cmp] version = "0.9" optional = true default-features = false [dependencies.log] version = "0.4" optional = true [dependencies.num-traits] version = "0.2" optional = true default-features = false [dependencies.ryu] version = "1.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.serde_json] version = "1.0" [build-dependencies.autocfg] version = "1.0" [build-dependencies.cargo-emit] version = "0.2" [build-dependencies.cfg-if] version = "1.0" [build-dependencies.indoc] version = "1.0" [features] default = [ "numerical-traits", "log", ] faster-strconv = ["ryu"] fat = [ "more-serde", "faster-strconv", "default", ] hash = [] ignore_no_std_tests_check = [] more-serde = [ "serde", "serde/std", "serde/default", ] numerical-traits = [ "float-cmp", "float-cmp/std", "num-traits", "num-traits/std", ] x64-backing-store = []