# 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 = "mango" version = "0.4.0" authors = ["Mark "] include = ["src/**/*", "cli/**/*", "Cargo.toml"] publish = true description = "The Mango programming language (UNDER CONSTRUCTION)" homepage = "https://mangocode.org/" license = "Apache-2.0" [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = "z" lto = true [lib] name = "mango" path = "src/lib.rs" [[bin]] name = "mangoc" path = "cli/main.rs" [dependencies.derive-new] version = "^0.5.8" [dependencies.itertools] version = "^0.8.2" [dependencies.lazy_static] version = "^1.4.0" [dependencies.parity-wasm] version = "^0.41.0" [dependencies.proc-macro2] version = ">=0.4.24" [dependencies.regex] version = "^1.3.9" [dependencies.smallvec] version = "^0.6.13" features = ["union"] [dependencies.string-interner] version = "^0.7.1"