# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ratatat" version = "0.1.1" authors = ["harri"] description = "expressive parser combinators with caching" homepage = "https://github.com/hclarke/ratatat" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/hclarke/ratatat" [dependencies.array-init] version = "2.0.0" [dependencies.bstr] version = "0.2.16" [dependencies.elsa] version = "1.4.0" [dependencies.insta] version = "1.7.1" features = ["ron", "glob"] [dependencies.num] version = "0.4.0" [dev-dependencies.indexmap] version = "1.6.2" features = ["serde-1"] [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.serde] version = "1.0.126" [features] traces = []