# 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 = "alder" version = "0.10.0" authors = ["Wojciech Polak "] exclude = ["**/*.snap", "**/*.snap.new"] description = "Parser combinator library inspired by Elm parser error messages" homepage = "https://github.com/frondeus/alder" keywords = ["parser", "combinator", "elm"] categories = ["parsing"] license = "MIT" repository = "https://github.com/frondeus/alder" [dependencies.alder-derive] version = "=0.2.3" optional = true [dependencies.derive_more] version = "0.99.2" [dependencies.itertools] version = "0.8.2" [dependencies.termion] version = "1.5.5" optional = true [dependencies.unicode-segmentation] version = "1.6.0" [dependencies.unicode-xid] version = "0.2.0" [dev-dependencies.alder-derive] version = "=0.2.3" [dev-dependencies.test-case] version = "1.0.0" [features] derive = ["alder-derive"] tty = ["termion"]