# 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 = "french-numbers" version = "1.2.0" authors = ["Samuel Tardieu "] description = "Represent numbers in French language" homepage = "https://rfc1149.net/devel/french-numbers.html" documentation = "https://docs.rs/french-numbers/" readme = "README.md" keywords = [ "text", "french", "numbers", ] categories = ["value-formatting"] license = "Apache-2.0/MIT" [[bin]] name = "french-numbers" required-features = ["cli"] [dependencies.clap] version = "4.4.6" features = ["derive"] optional = true [dependencies.num-bigint] version = "0.4.4" optional = true [dependencies.num-integer] version = "0.1.45" [dependencies.num-traits] version = "0.2.16" [dependencies.proc-macro2] version = "1.0.68" optional = true [dev-dependencies.num-bigint] version = "0.4.4" [dev-dependencies.proptest] version = "1.3.1" [features] cli = [ "dep:num-bigint", "dep:clap", "dep:proc-macro2", ] default = []