# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74" name = "bend-lang" version = "0.2.37" exclude = ["tests/"] description = "A high-level, massively parallel programming language" readme = "README.md" license = "Apache-2.0" [profile.release] lto = true [profile.test] opt-level = 2 [lib] name = "bend" path = "src/lib.rs" [[bin]] name = "bend" path = "src/main.rs" required-features = ["cli"] [dependencies.TSPL] version = "0.0.13" [dependencies.clap] version = "4.4.1" features = ["derive"] optional = true [dependencies.highlight_error] version = "0.1.1" [dependencies.hvm] version = "=2.0.22" [dependencies.indexmap] version = "2.2.3" [dependencies.interner] version = "0.2.1" [dependencies.itertools] version = "0.11.0" [dependencies.loaned] version = "0.1.0" [dependencies.stacker] version = "0.1" [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.stdext] version = "0.3.1" [dev-dependencies.walkdir] version = "2.3.3" [features] cli = ["dep:clap"] default = ["cli"]