# 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 = "rain-lang" version = "0.0.1" authors = ["Jad Ghalayini "] description = "An implementation of an RVSDG in Rust with a concept of lifetimes" readme = "./README.md" keywords = ["compiler", "parser", "rvsdg", "graph"] categories = ["mathematics", "algorithms"] license = "MIT" repository = "https://gitlab.com/tekne/rain" [[example]] name = "repl" required-features = ["parser"] [dependencies.ahash] version = "^0.3" [dependencies.dashmap] version = "^3.11" [dependencies.either] version = "^1.5" [dependencies.indexmap] version = "^1.3.2" optional = true [dependencies.lazy_static] version = "^1.4" [dependencies.nom] version = "^5" optional = true [dependencies.num] version = "^0.2.1" [dependencies.parking_lot] version = "^0.10" [dependencies.rand] version = "^0.7" [dependencies.rand_xoshiro] version = "^0.4" [dependencies.smallvec] version = "^1.2" [dev-dependencies.clap] version = "^2" [dev-dependencies.rustyline] version = "^6" [features] default = ["parser"] parser = ["nom", "indexmap"]