kormir 1.1.2

Oracle implementation for DLCs
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 = "kormir"
version = "1.1.2"
authors = [
    "benthecarman <ben@mutinywallet.com>",
    "benny b <ben@bitcoinbay.foundation>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Oracle implementation for DLCs"
homepage = "https://github.com/bennyhodl/kormir"
documentation = "https://docs.rs/kormir"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bennyhodl/kormir"

[features]
default = []
nostr = [
    "dep:nostr",
    "dep:base64",
]

[lib]
name = "kormir"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"
optional = true

[dependencies.bitcoin]
version = "0.32.6"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.ddk-dlc]
version = "1.0.11"
features = [
    "std",
    "use-serde",
]
default-features = false

[dependencies.ddk-messages]
version = "1.0.11"
features = [
    "std",
    "use-serde",
]
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.lightning]
version = "0.2.2"
features = ["std"]
default-features = false

[dependencies.log]
version = "0.4.22"

[dependencies.nostr]
version = "0.44.0"
optional = true

[dependencies.secp256k1-zkp]
version = "0.11.0"

[dependencies.serde]
version = "1.0.209"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.serde_json]
version = "1.0.142"

[dev-dependencies.tokio]
version = "1.41.1"
features = ["full"]