# 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 = "casper-contract" version = "4.0.0" authors = [ "Michael Birch ", "Mateusz Górski ", ] description = "A library for developing Casper network smart contracts." homepage = "https://casperlabs.io" documentation = "https://docs.rs/casper-contract" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CasperLabs/casper-node/tree/master/smart_contracts/contract" [dependencies.casper-types] version = "4.0.1" [dependencies.hex_fmt] version = "0.3.0" [dependencies.version-sync] version = "0.9" optional = true [dependencies.wee_alloc] version = "0.4.5" optional = true [features] default = ["no-std-helpers"] no-std-helpers = ["wee_alloc"] std = [] test-support = []