keymaster-multisig-rust 4.0.0

Rust v4 implementation of Keymaster Multisig with native and WebAssembly APIs
Documentation
# 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 = "keymaster-multisig-rust"
version = "4.0.0"
authors = ["Keymaster Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust v4 implementation of Keymaster Multisig with native and WebAssembly APIs"
readme = "README.md"
keywords = [
    "bitcoin",
    "bsv",
    "multisig",
    "cryptography",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/bsv8/MultisigPool"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
serde = []
std = []
wasm = []
wasm-test = []

[lib]
name = "keymaster_multisig"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "arbitrated_pool_compare"
path = "examples/arbitrated_pool_compare.rs"

[[example]]
name = "cross_validation"
path = "examples/cross_validation.rs"

[[example]]
name = "cross_validation_comparison"
path = "examples/cross_validation_comparison.rs"

[[test]]
name = "arbitrated_pool_wasm_test"
path = "tests/arbitrated_pool_wasm_test.rs"

[[test]]
name = "cross_validation_test"
path = "tests/cross_validation_test.rs"

[[test]]
name = "lib_test"
path = "tests/lib_test.rs"

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.getrandom]
version = "0.2"
features = ["js"]

[dependencies.hex]
version = "0.4"

[dependencies.k256]
version = "0.13"
features = ["std"]

[dependencies.ripemd]
version = "0.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"