# 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 = "binator_number" version = "0.0.0" authors = ["Stargateur"] include = [ "readme.md", "license.md", "Cargo.toml", "rustfmt.toml", "src/**/*.rs", ] description = "binator combinator for integer" readme = "readme.md" keywords = [ "parsing", "combinator", "ascii", ] categories = ["parsing"] license = "Zlib" repository = "https://github.com/binator/number" [dependencies.binator_base] version = "0.0.0" [dependencies.binator_core] version = "0.0.2" [dependencies.binator_utils] version = "0.0.0" [dependencies.num-traits] version = "0.2" optional = true [dependencies.paste] version = "1" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.binator_base] version = "0.0.0" features = ["tracing"] [dev-dependencies.binator_context] version = "0.0.0" features = ["tracing"] [dev-dependencies.binator_core] version = "0.0.2" features = ["tracing"] [dev-dependencies.binator_utils] version = "0.0.0" features = ["tracing"] [dev-dependencies.derive_more] version = "0.99" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.test-log] version = "0.2.10" features = ["trace"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] [features] default = ["radix"] radix = ["num-traits"]