# 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 = "ultrasonic" version = "0.12.0-beta.2" authors = ["Dr Maxim Orlovsky "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Transactional execution layer with capability-based memory access for zk-AluVM" homepage = "https://ubideco.org/UltraSONIC" readme = "README.md" keywords = [ "state-machines", "distributed-systems", "decentralized", ] categories = [ "algorithms", "cryptography", "science", ] license = "Apache-2.0" repository = "https://github.com/AluVM/ultrasonic" [package.metadata.docs.rs] features = ["all"] [lib] name = "ultrasonic" crate-type = [ "dylib", "rlib", ] path = "src/lib.rs" [dependencies.amplify] version = "~4.8.0" features = [ "derive", "hex", ] default-features = false [dependencies.baid64] version = "~0.4.1" optional = true [dependencies.commit_verify] version = "~0.12.0-beta.1" features = ["derive"] [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.strict_encoding] version = "~2.8.1" features = ["derive"] default-features = false [dependencies.strict_types] version = "~2.8.1" optional = true [dependencies.zk-aluvm] version = "~0.12.0-beta.2" [features] all = [ "stl", "baid64", "serde", "chf-sha256", ] chf-sha256 = [] default = [ "chf-sha256", "baid64", ] serde = [ "dep:serde", "amplify/serde", "commit_verify/serde", "zk-aluvm/serde", ] stl = [ "strict_types", "commit_verify/stl", "zk-aluvm/stl", ] [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"