# 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 = "droplinked-contract" version = "0.1.0" description = "Droplinked Casper-Contract" homepage = "https://droplinked.com/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/FLATLAY/droplinked_casper" resolver = "2" [profile.release] lto = true [[bin]] name = "contract" path = "src/main.rs" test = false doctest = false bench = false [dependencies.base16] version = "0.2" features = ["alloc"] default-features = false [dependencies.casper-contract] version = "2.0.0" [dependencies.casper-types] version = "2.0.0" [dependencies.ed25519] version = "2.0.1" default-features = false [dependencies.ed25519-dalek] version = "1.0.1" default-features = false