[package] name = "cdk-types" version = "0.6.0" edition = "2021" description = "Shared types for the CDK ecosystem" license.workspace = true homepage.workspace = true repository.workspace = true [features] swagger = ["dep:utoipa"] [dependencies] async-trait = "0.1.83" bitcoin = { version = "0.32.2", features = [ "base64", "serde", "rand", "rand-std", ] } ciborium = { version = "0.2.2", default-features = false, features = ["std"] } lightning-invoice = { version = "0.32.0", features = ["serde", "std"] } once_cell = "1.20.2" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.134" serde_with = "3.11.0" thiserror = "2.0.9" tracing = "0.1.41" url = "2.5.4" utoipa = { version = "4", optional = true } uuid = { version = "1", features = ["v4", "serde"] }