[package] name = "enzyme" version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" authors = [ "Manuel Drehwald", "Lorenz Schmidt" ] repository = "https://github.com/rust-ml/enzyme_build" keywords = ["enzyme", "auto-diff", "llvm", "machine-learning", "scientific-computing"] categories = ["development-tools::cargo-plugins", "mathematics", "science", "simulation"] readme = "README.md" documentation = "https://docs.rs/enzyme/" homepage = "https://github.com/rust-ml/enzyme_build" description = "A helper crate to simplify experimenting with Enzyme." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "enzyme-install" path = "src/bin/main.rs" [[bin]] name = "cargo-enzyme" path = "src/bin/run.rs" [dependencies] bindgen = { version = "0.58", default-features = false } dirs = { version = "3.0", default-features = false } curl = "0.4" tar = { version = "0.4", default-features = false } flate2 = "1.0"