# 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 = "cardano-net" version = "0.2.1" authors = ["Vincent Hanquez "] description = "Cardano SDK - Only includes supports for the cardano blockchain formats, and the cryptography associated" homepage = "https://github.com/input-output-hk/rust-cardano/README.md" keywords = [ "cardano", "blockchain", "crypto", ] license = "MIT/Apache-2.0" repository = "https://github.com/input-output-hk/rust-cardano" [dependencies.cardano-sdk] version = "0.2" [dependencies.cbored] version = "0.3" [dependencies.cryptoxide] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.trust-dns-resolver] version = "0.21"