# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "alure" version = "0.1.0" authors = ["Dr Maxim Orlovsky "] exclude = [".github", "test"] description = "AluVM runtime environment" homepage = "https://lnp-bp.org" readme = "README.md" keywords = ["virtual-machine", "emulator", "declarative", "risc"] categories = ["no-std", "embedded", "compilers", "cryptography", "emulators"] license = "MIT" repository = "https://github.com/internet2-org/alure" [lib] name = "alure" [dependencies.amplify_derive] version = "2.7.1" [dependencies.amplify_num] version = "0.1" [dependencies.bitcoin_hashes] version = "0.9.6" [dependencies.curve25519-dalek] version = "3.1" optional = true [dependencies.paste] version = "1" [dependencies.secp256k1] version = "0.20.2" optional = true [features] all = ["std", "secp256k1", "curve25519"] curve25519 = ["curve25519-dalek"] default = [] std = ["amplify_num/std", "amplify_num/hex"]