# 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" name = "hvm1" version = "1.0.14" description = "A massively parallel functional runtime." readme = "README.md" keywords = [ "functional", "language", "runtime", "compiler", "target", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/HigherOrderCO/HVM1" [profile.release] opt-level = 3 [lib] crate-type = [ "cdylib", "rlib", ] test = true [[bin]] name = "hvm1" test = false [dependencies.HOPA] version = "0.1.1" [dependencies.backtrace] version = "0.3.69" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.crossbeam] version = "0.8.2" [dependencies.highlight_error] version = "0.1.1" [dependencies.instant] version = "0.1" features = [ "wasm-bindgen", "inaccurate", ] [dependencies.itertools] version = "0.10" [dependencies.sysinfo] version = "0.29.10"