# 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 = "aivm" version = "0.3.0" description = "Artificial intelligence that embraces the hardware it runs on." homepage = "https://github.com/Pjottos/aivm" documentation = "https://docs.rs/aivm" license = "MIT OR Apache-2.0" repository = "https://github.com/Pjottos/aivm" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.arrayvec] version = "0.7" optional = true [dependencies.bitvec] version = "1" optional = true [dependencies.cranelift] version = "0.80" optional = true [dependencies.cranelift-jit] version = "0.80" optional = true [dependencies.cranelift-module] version = "0.80" optional = true [dependencies.cranelift-native] version = "0.80" optional = true [dependencies.dynasmrt] version = "1" optional = true [features] cranelift = [ "dep:cranelift", "cranelift-jit", "cranelift-module", "cranelift-native", ] jit = [ "bitvec", "arrayvec", "dynasmrt", ]