# 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] name = "evaltrees" version = "0.1.0" authors = ["Nathan Ringo "] description = "A simple term-rewriting interpreter that displays intermediate expressions." homepage = "https://github.com/remexre/evaltrees" documentation = "https://github.com/remexre/evaltrees/tree/master/doc" license = "Apache-2.0/MIT" repository = "https://github.com/remexre/evaltrees" [dependencies.display_attr] version = "0.1.1" [dependencies.either] version = "1.5.0" [dependencies.failure] version = "0.1.1" [dependencies.lalrpop-util] version = "0.15.2" [dependencies.lazy_static] version = "1.0.1" [dependencies.linked_hash_set] version = "0.1.3" [dependencies.log] version = "0.4.1" [dependencies.regex] version = "1.0.0" [dependencies.symbol] version = "0.1.2" [build-dependencies.lalrpop] version = "0.15.2"