# 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 = "lsp-primitives" version = "0.1.0" description = "Primitives to implement an Lightning Service Provider and clients" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.75" [dependencies.base64] version = "0.21.5" [dependencies.bitcoin] version = "0.31.0" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.secp256k1] version = "0.28.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_path_to_error] version = "0.1.14" [dependencies.time] version = "0.3.30" features = [ "macros", "parsing", "formatting", ] [dependencies.uuid] version = "1.5.0" features = ["serde"] [dev-dependencies.secp256k1] version = "0.28.0" features = ["rand"] [dev-dependencies.serde_json] version = "1.0.108"