# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "casperlabs-proof-of-stake" version = "0.4.1" authors = ["Henry Till "] description = "Defines the proof of stake api" homepage = "https://casperlabs.io" documentation = "https://docs.rs/casperlabs-proof-of-stake" license-file = "LICENSE" repository = "https://github.com/CasperLabs/CasperLabs/tree/master/execution-engine/proof-of-stake" [package.metadata.docs.rs] features = ["no-unstable-features"] [dependencies.base16] version = "0.2.1" default-features = false [dependencies.types] version = "0.6.1" package = "casperlabs-types" [features] no-unstable-features = ["types/no-unstable-features"] std = ["types/std"]