# 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 = "murray-rs" version = "0.1.0" authors = ["Guilherme Pereira "] description = "murray-rs is a comprehensive crate designed for seamless integration with Murray Rothbot's suite of APIs, including Blockchain, Lightning, and Prices" homepage = "https://github.com/Guilospanck/murray-rs" readme = "README.md" keywords = [ "murray", "lightning", "mempool", ] license-file = "LICENSE" repository = "https://github.com/Guilospanck/murray-rs" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.strum] version = "0.26.2" features = [ "derive", "strum_macros", ] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.httpmock] version = "0.7.0"