# 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 = "beans" version = "8.0.0" authors = ["Adrien Mathieu "] description = "A parser generator library based on the Earley parser" homepage = "https://github.com/jthulhu/beans" readme = "README.md" license = "MIT OR GPL-3.0-or-later" repository = "https://github.com/jthulhu/beans" [dependencies.anyhow] version = "1" [dependencies.beans-derive] version = "7" [dependencies.bincode] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.const_format] version = "0.2" [dependencies.either] version = "1.8.1" [dependencies.fixedbitset] version = "0.4" [dependencies.fragile] version = "2" [dependencies.itertools] version = "0.10" [dependencies.newty] version = "0.5" [dependencies.ptree] version = "0.4" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.unbounded-interval-tree] version = "1" features = ["serde"]