# 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-contract" version = "0.6.1" authors = ["Michael Birch ", "Mateusz Górski "] description = "Library for developing CasperLabs smart contracts." homepage = "https://casperlabs.io" documentation = "https://docs.rs/casperlabs-contract" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/CasperLabs/CasperLabs/tree/master/execution-engine/contract" [package.metadata.docs.rs] features = ["no-unstable-features"] [dependencies.casperlabs-types] version = "0.6.1" [dependencies.failure] version = "0.1.6" features = ["failure_derive"] default-features = false [dependencies.hex_fmt] version = "0.3.0" [dependencies.wee_alloc] version = "0.4.5" [dev-dependencies.version-sync] version = "0.8" [features] default = [] no-unstable-features = ["std", "casperlabs-types/no-unstable-features"] std = ["casperlabs-types/std"] test-support = []