# 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 = "enzyme" version = "0.4.0" authors = ["Manuel Drehwald", "Lorenz Schmidt"] description = "A helper crate to simplify experimenting with Enzyme." homepage = "https://github.com/rust-ml/enzyme_build" documentation = "https://docs.rs/enzyme/" readme = "README.md" keywords = ["enzyme", "auto-diff", "llvm", "machine-learning", "scientific-computing"] categories = ["development-tools::cargo-plugins", "mathematics", "science", "simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-ml/enzyme_build" resolver = "2" [[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 [dependencies.curl] version = "0.4" [dependencies.dirs] version = "3.0" default-features = false [dependencies.flate2] version = "1.0" [dependencies.tar] version = "0.4" default-features = false