# 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 = "inscription-multisig" version = "0.1.26" description = "A m of n taproot multisig to manage inscription specificaly brc20" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/OrangeBridge/inscription-multisig" [lib] name = "inscription_multisig" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.bdk] version = "0.28.0" features = [ "all-keys", "key-value-db", "rpc", "keys-bip39", "compiler", "electrum", ] [dependencies.bincode] version = "1.3.3" [dependencies.ctrlc] version = "3.4.4" [dependencies.dotenv] version = "0.15.0" [dependencies.nix] version = "0.28.0" features = ["signal"] [dependencies.ordinals] version = "0.0.7" [dependencies.ping] version = "0.5.2" [dependencies.reqwest] version = "0.12.3" features = ["json"] [dependencies.serde] version = "1.0.197" [dependencies.tokio] version = "1.37.0" features = ["full"]