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 = "2024"
name = "air"
version = "1.0.0"
authors = ["Caleb Couch <caleb@orange.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A.I.R"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/ramp-stack/air.git"

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

[[bin]]
name = "air"
path = "src/main.rs"

[dependencies.bitcoin_hashes]
version = "0.20.0"

[dependencies.chacha20-poly1305]
version = "0.1.2"

[dependencies.chrono]
version = "0.4.44"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.29"

[dependencies.rusqlite]
version = "0.39.0"
features = [
    "serde_json",
    "bundled",
]

[dependencies.secp256k1]
version = "0.31.1"
features = [
    "serde",
    "global-context",
    "rand",
    "hashes",
    "alloc",
]

[dependencies.serde]
version = "1.0.202"
features = [
    "rc",
    "derive",
]

[dependencies.serde_json]
version = "1.0.*"
features = ["raw_value"]

[dependencies.serde_with]
version = "3.14.0"

[dependencies.tokio]
version = "1.47.1"
features = [
    "sync",
    "time",
    "macros",
    "rt-multi-thread",
    "net",
    "io-util",
]

[dependencies.url]
version = "2.5.0"
features = ["serde"]