# 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 = "sv2_ffi" version = "1.0.0" authors = ["fi3 "] description = "SV2 FFI" license = "MIT OR Apache-2.0" repository = "https://github.com/stratum-mining/stratum" resolver = "2" [lib] crate-type = ["staticlib"] [dependencies.binary_sv2] version = "^1.0.0" [dependencies.codec_sv2] version = "^1.0.0" [dependencies.common_messages_sv2] version = "^1.0.0" [dependencies.const_sv2] version = "^1.0.0" [dependencies.template_distribution_sv2] version = "^1.0.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1" [features] prop_test = [ "binary_sv2/prop_test", "common_messages_sv2/prop_test", "template_distribution_sv2/prop_test", ] with_serde = []