# 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_utils" version = "0.0.0" authors = ["Stargateur"] include = [ "readme.md", "license.md", "Cargo.toml", "rustfmt.toml", "src/**/*.rs", ] description = "This contains utils combinator for binator" readme = "readme.md" keywords = [ "parsing", "combinator", "utils", ] categories = ["parsing"] license = "Zlib" repository = "https://github.com/binator/utils" [dependencies.binator_core] version = "0.0.2" default-features = false [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.binator_core] version = "0.0.2" features = ["tracing"] [dev-dependencies.derive-new] version = "0.5" [dev-dependencies.derive_more] version = "0.99"