# 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.56.1" name = "storm-core" version = "0.9.0" authors = ["Dr Maxim Orlovsky "] description = "Storm Core Library: storage and messaging layer 3 on top of bitcoin & lightning network" homepage = "https://lnp-bp.org" readme = "README.md" keywords = [ "bitcoin", "lightning", "storage", "smart-contracts", "lnp-bp", ] categories = [ "cryptography", "network-programming", ] license = "MIT" repository = "https://github.com/storm-org/storm-core" [lib] name = "storm" path = "src/lib.rs" [dependencies.amplify] version = "3.13.0" [dependencies.bitcoin_hashes] version = "0.11.0" [dependencies.commit_verify] version = "0.9.0" [dependencies.internet2] version = "0.9.0" features = ["derive"] default-features = false [dependencies.lnpbp_bech32] version = "0.9.0" [dependencies.once_cell] version = "1.12.0" [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.serde_with] version = "1.14" features = ["hex"] optional = true [dependencies.stens] version = "0.9.0" [dependencies.strict_encoding] version = "0.9.0" [features] all = ["serde"] default = [] serde = [ "serde_crate", "serde_with", "amplify/serde", "bitcoin_hashes/serde", "commit_verify/serde", "strict_encoding/serde", "stens/serde", "internet2/serde", ]