# 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 = "sonix" version = "0.12.0-beta.1" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool for working with SONIC machines and contracts" homepage = "https://ubideco.org/SONARE" readme = "README.md" keywords = [ "state-machines", "distributed-systems", "decentralized", "partially-replicated", "runtime-environment", ] categories = [ "command-line-utilities", "science", ] license = "Apache-2.0" repository = "https://github.com/AluVM/sonare" [[bin]] name = "sonix" path = "src/main.rs" [dependencies.amplify] version = "~4.8.0" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.hypersonic] version = "0.12.0-beta.1" features = [ "serde", "persist-file", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.strict_encoding] version = "~2.8.1"