[[bin]]
name = "sonic-stl"
path = "src/bin/sonic-stl.rs"
required-features = ["stl", "vesper"]
[dependencies.aluvm]
version = "0.12.0"
[dependencies.amplify]
version = "~4.9.0"
[dependencies.binfile]
optional = true
version = "0.2.0"
[dependencies.commit_verify]
version = "0.12.0"
[dependencies.indexmap]
version = "2.9.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dependencies.sonic-api]
version = "0.12.0"
[dependencies.sonic-callreq]
version = "0.12.0"
[dependencies.strict_encoding]
version = "~2.9.1"
[dependencies.strict_types]
version = "~2.9.0"
[dependencies.ultrasonic]
version = "0.12.0"
[dev-dependencies.petgraph]
version = "0.8.1"
[dev-dependencies.rand]
version = "0.9.1"
[dev-dependencies.sonic-persist-fs]
version = "0.12.0-rc.2"
[[example]]
name = "dao"
path = "examples/dao/main.rs"
[features]
all = ["stl", "vesper", "binfile", "std", "serde"]
binfile = ["sonic-api/binfile", "dep:binfile"]
default = ["std"]
serde = ["dep:serde", "amplify/serde", "strict_encoding/serde", "commit_verify/serde", "ultrasonic/serde", "sonic-api/serde", "sonic-callreq/serde"]
std = ["sonic-api/std", "sonic-callreq/std"]
stl = ["commit_verify/stl", "ultrasonic/stl", "strict_types/armor"]
vesper = ["ultrasonic/vesper"]
[lib]
name = "hypersonic"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "allow"
priority = 0
[package]
authors = ["Dr Maxim Orlovsky <orlovsky@ubideco.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "cryptography", "science", "compilers"]
description = "Formally-verifiable distributed software"
edition = "2021"
exclude = [".github"]
homepage = "https://ubideco.org/SONARE"
keywords = ["state-machines", "distributed-systems", "decentralized", "partially-replicated", "runtime-environment"]
license = "Apache-2.0"
name = "hypersonic"
readme = "README.md"
repository = "https://github.com/AluVM/sonare"
rust-version = "1.82.0"
version = "0.12.0"
[package.metadata.docs.rs]
features = ["all"]
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["wasm_js"]
version = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom2]
features = ["js"]
package = "getrandom"
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.rand]
optional = true
version = "0.9.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"
[[test]]
name = "dao"
path = "tests/dao.rs"
[[test]]
name = "reorgs"
path = "tests/reorgs.rs"