# 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 = "rox-lang" version = "0.0.1" authors = ["Reese Williams "] description = "The Rox Programming Language" homepage = "https://github.com/reese/rox" readme = "README.md" keywords = ["compiler", "rox"] categories = ["command-line-utilities"] license = "MIT AND Apache-2.0" repository = "https://github.com/reese/rox" [package.metadata.docs.rs] document-private-items = true [lib] name = "rox" path = "src/lib.rs" [[bin]] name = "rox" path = "src/bin/rox.rs" [[bench]] name = "benchmark" harness = false [dependencies.cranelift] version = "0.63" [dependencies.cranelift-codegen] version = "0.63" [dependencies.cranelift-module] version = "0.63" [dependencies.cranelift-object] version = "0.63" [dependencies.cranelift-simplejit] version = "0.63" [dependencies.im] version = "14.3.0" [dependencies.lalrpop-util] version = "0.18.1" [dependencies.regex] version = "1" [dependencies.structopt] version = "0.3.15" [dependencies.target-lexicon] version = "0.10.0" [dev-dependencies.criterion] version = "0.3.2" [build-dependencies.lalrpop] version = "0.18.1" features = ["lexer"]