# 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 = "2018" rust-version = "1.70.0" name = "aluvm" version = "0.11.0-beta.6" authors = ["Dr Maxim Orlovsky "] exclude = [".github"] 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" [[bin]] name = "aluvm-stl" required-features = ["stl"] [dependencies.amplify] version = "4.6.0" features = [ "apfloat", "derive", "hex", ] default-features = false [dependencies.ascii-armor] version = "0.7.0" optional = true [dependencies.baid64] version = "0.2.0" [dependencies.blake3] version = "1.5.1" [dependencies.curve25519-dalek] version = "3.2.1" optional = true [dependencies.half] version = "2.4.1" [dependencies.paste] version = "1" [dependencies.ripemd] version = "0.1.3" [dependencies.secp256k1] version = "0.29.0" features = ["global-context"] optional = true [dependencies.serde_crate] version = "1" optional = true package = "serde" [dependencies.sha2] version = "0.10.8" [dependencies.strict_encoding] version = "2.7.0-beta.4" features = [ "float", "derive", ] default-features = false [dependencies.strict_types] version = "2.7.0-beta.4" optional = true [features] all = [ "stl", "std", "log", "secp256k1", "curve25519", "serde", "ascii-armor", ] alloc = ["amplify/alloc"] curve25519 = ["curve25519-dalek"] default = ["std"] log = ["std"] serde = [ "serde_crate", "amplify/serde", "std", "strict_encoding/serde", ] std = ["amplify/std"] stl = [ "strict_types/armor", "std", ] [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"