# 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" rust-version = "1.65.0" name = "daisychain" version = "0.0.5" authors = ["Andy Watkins "] description = "a method chaining parsing library" documentation = "https://docs.rs/daisychain" readme = "README.md" keywords = [ "parsing", "parser", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/akanalytics/daisychain" [package.metadata.docs.rs] features = ["cookbook"] [[bench]] name = "json" harness = false [dependencies.log] version = "0.4" features = ["release_max_level_debug"] [dependencies.once_cell] version = "1.17.1" [dependencies.strum] version = "0.24" optional = true [dependencies.strum_macros] version = "0.24" optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.nom] version = "7.1.3" [dev-dependencies.strum] version = "0.24" [dev-dependencies.strum_macros] version = "0.24" [dev-dependencies.test-log] version = "0.2" [features] cookbook = [ "strum", "strum_macros", ] default = []