# 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 = "get_len_base_10_as_usize" version = "0.1.6" authors = ["Dmitrii Demenev "] autobins = false autoexamples = false autotests = false autobenches = false description = "Traits for getting length base 10 as usize, both at run and compile time" documentation = "https://docs.rs/get_len_base_10_as_usize" readme = "README.md" keywords = ["maths", "traits", "digits", "number", "length"] categories = ["mathematics", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/get_len_base_10_as_usize" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.dd_maths_traits] version = "0.1.7" [dependencies.get_len_base_10_as_usize_macros] version = "0.1.9" [dependencies.is_signed_trait] version = "0.1.0" [dependencies.max_len_base_10_as_usize] version = "0.1.0" [dependencies.min_max_traits] version = "0.1.0" [dependencies.num-traits] version = "0.2.14" [dependencies.take-until] version = "0.1.0" [dependencies.zero_based_index] version = "0.1.1" [dev-dependencies.dd_maths_traits] version = "0.1.7" features = ["all"] [features] adt_const_params = ["dd_maths_traits/adt_const_params"] all = ["std", "semver_exempt", "nightly"] const_trait_impl = ["get_len_base_10_as_usize_macros/const_trait_impl"] decl_macro = ["dd_maths_traits/decl_macro"] negative_impls = ["dd_maths_traits/negative_impls"] nightly = ["const_trait_impl", "adt_const_params", "negative_impls", "decl_macro"] semver_exempt = [] std = ["dd_maths_traits/std"]