# 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 = "inc" version = "0.1.3" authors = ["Jaseem Abid "] description = "Incremental approach to compiler construction" keywords = ["compiler", "x86", "scheme"] categories = [] license = "MIT" repository = "https://github.com/jaseemabid/inc" [lib] crate_type = ["dylib", "rlib"] path = "src/lib.rs" [[bin]] name = "ss" path = "src/main.rs" [dependencies.colored] version = "^1.8.0" [dependencies.getopts] version = "0.2" [dependencies.nom] version = "^5.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.quickcheck] version = "0.8" [dev-dependencies.quickcheck_macros] version = "0.8" [dev-dependencies.rand] version = "0.7.0"