# 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" name = "sia_core" version = "0.0.1" authors = ["The Sia Foundation"] description = "Low-level SDK for interacting with the Sia decentralized storage network" readme = "README.md" keywords = [ "sia", "decentralized", "blockchain", "depin", "storage", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/SiaFoundation/core-rs" [lib] name = "sia_core" path = "src/lib.rs" [dependencies.bip39] version = "2.0.0" [dependencies.blake2b_simd] version = "1.0.2" [dependencies.ed25519-dalek] version = "2.1.1" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.rand] version = "0.8.5"