# 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" name = "cardano_ouroboros_network" version = "0.2.8" authors = ["Mark Stopka ", "Pavel Šimerda ", "Andrew Westberg"] description = "This crate implements the networking layer for the Ouroboros protocol used by Cardano blockchain." readme = "README.md" categories = ["network-programming"] license = "GPL-3.0 OR LGPL-3.0-only" repository = "https://github.com/2nd-Layer/rust-cardano-ouroboros-network/" [[example]] name = "common" crate-type = ["staticlib"] [[example]] name = "sqlite" crate-type = ["staticlib"] [[example]] name = "pooltool" crate-type = ["staticlib"] [dependencies.blake2b_simd] version = "1.0.0" [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4.19" [dependencies.hex] version = "0.4.2" [dependencies.log] version = "0.4.11" [dependencies.net2] version = "0.2.35" [dependencies.regex] version = "1.4.2" [dependencies.reqwest] version = "0.11.0" features = ["blocking"] [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_cbor] version = "0.11.1" [dependencies.serde_json] version = "1.0.59" [dev-dependencies.futures] version = "0.3.8" [dev-dependencies.rusqlite] version = "0.26.0" features = ["bundled"] [dev-dependencies.simple_logger] version = "1.15.1" features = ["colors"] default-features = false