# 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 = "2018" rust-version = "1.48" name = "revault_net" version = "0.3.0" authors = ["Antoine Poinsot "] exclude = [ ".github/", "fuzz", ] description = "Transport and messages implementation of the version 0 Revault protocol" keywords = [ "bitcoin", "vault", "Noise", "transport", ] license-file = "LICENSE" repository = "https://github.com/revault/revault_net" [dependencies.bitcoin] version = "0.27" features = ["use-serde"] [dependencies.log] version = "0.4" [dependencies.revault_tx] version = "0.5.0" features = ["use-serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.snow] version = "0.7" features = ["libsodium-resolver"] default-features = false [dependencies.sodiumoxide] version = "0.2" features = ["serde"] [features] fuzz = []