# 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 = "hypersonic" version = "0.12.0-beta.1" authors = ["Dr Maxim Orlovsky "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "API linker for the formally-verifiable distributed software" homepage = "https://ubideco.org/SONARE" readme = "README.md" keywords = [ "state-machines", "distributed-systems", "decentralized", "partially-replicated", "runtime-environment", ] categories = [ "algorithms", "cryptography", "science", "compilers", ] license = "Apache-2.0" repository = "https://github.com/AluVM/sonare" [package.metadata.docs.rs] features = ["all"] [lib] name = "hypersonic" path = "src/lib.rs" [[example]] name = "dao" path = "examples/dao/main.rs" required-features = ["persist-file"] [dependencies.aluvm] version = "0.12.0-beta.3" [dependencies.amplify] version = "~4.8.0" [dependencies.commit_verify] version = "0.12.0-beta.1" [dependencies.indexmap] version = "2.6.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_yaml] version = "0.9.34" optional = true [dependencies.sonic-api] version = "0.12.0-beta.1" [dependencies.strict_encoding] version = "~2.8.1" [dependencies.strict_types] version = "~2.8.1" [dependencies.ultrasonic] version = "0.12.0-beta.2" [features] all = [ "stl", "std", "serde", "persist-file", ] default = ["std"] persist-file = [ "std", "serde", "dep:serde_yaml", ] serde = [ "dep:serde", "amplify/serde", "strict_encoding/serde", "commit_verify/serde", "ultrasonic/serde", "sonic-api/serde", "indexmap/serde", ] std = ["sonic-api/std"] stl = [ "commit_verify/stl", "ultrasonic/stl", "strict_types/armor", ] [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"