# 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_macros" version = "0.1.9" description = "Macros for `get_len_base_10_as_usize` crate" license = "MIT OR Apache-2.0" resolver = "2" [lib] proc-macro = true [dependencies.is_signed_trait] version = "0.1.0" [dependencies.max_len_base_10_as_usize] version = "0.1.0" [dependencies.midpoint] version = "0.1.5" [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.15" [dependencies.syn] version = "1.0.86" [features] all = ["const_trait_impl", "const_fn_trait_bound", "unchecked_math", "const_inherent_unchecked_arith"] const_fn_trait_bound = ["midpoint/const_fn_trait_bound"] const_inherent_unchecked_arith = ["midpoint/const_inherent_unchecked_arith"] const_trait_impl = ["midpoint/const_trait_impl"] unchecked_math = ["midpoint/unchecked_math"]