# 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 = "2018" name = "antlr-rust" version = "0.3.0-beta" authors = ["Konstantin Anisimov "] exclude = [ "/build.rs", "/grammars", "/templates", ] description = "ANTLR4 runtime for Rust" homepage = "https://github.com/rrevenantt/antlr4rust" documentation = "https://docs.rs/antlr-rust" readme = "README.md" keywords = [ "ANTLR", "ANTLR4", "parsing", "runtime", ] categories = ["parsing"] license = "BSD-3-Clause" repository = "https://github.com/rrevenantt/antlr4rust" [profile.release] [lib] [dependencies.better_any] version = "0.2.0-dev.1" [dependencies.bit-set] version = "=0.5.*" [dependencies.byteorder] version = "^1" [dependencies.lazy_static] version = "^1.4" [dependencies.murmur3] version = "=0.4" [dependencies.once_cell] version = "^1.2" [dependencies.parking_lot] version = "0.11" [dependencies.typed-arena] version = "^2.0" [dependencies.uuid] version = "=0.8.*"