# 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.77.0" name = "aluvm" version = "0.12.0-beta.3" authors = ["Dr Maxim Orlovsky "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Functional registry-based RISC virtual machine" homepage = "https://aluvm.org" readme = "README.md" keywords = [ "virtual-machine", "emulator", "functional", "risc", "edge-computing", ] categories = [ "no-std", "embedded", "compilers", "cryptography", "emulators", ] license = "Apache-2.0" repository = "https://github.com/aluvm/rust-aluvm" [package.metadata.docs.rs] features = ["all"] [lib] name = "aluvm" path = "src/lib.rs" [[bin]] name = "aluvm-stl" path = "src/bin/aluvm-stl.rs" required-features = ["stl"] [dependencies.amplify] version = "~4.8.0" features = ["derive"] default-features = false [dependencies.ascii-armor] version = "0.9.0" optional = true [dependencies.baid64] version = "0.4.1" [dependencies.commit_verify] version = "0.12.0-beta.1" [dependencies.paste] version = "1" [dependencies.serde] version = "1" optional = true [dependencies.strict_encoding] version = "~2.8.1" features = ["derive"] default-features = false [dependencies.strict_types] version = "~2.8.1" optional = true [features] all = [ "std", "stl", "log", "armor", "serde", ] alloc = ["amplify/alloc"] armor = [ "dep:ascii-armor", "strict_types/armor", ] default = [] log = [] serde = [ "dep:serde", "amplify/serde", "strict_encoding/serde", ] std = ["amplify/std"] stl = [ "armor", "strict_types", ] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dependencies.rand] version = "0.8.4" optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3"