# 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" rust-version = "1.65" name = "mars-vesting" version = "1.1.0" authors = ["Larry Engineer "] description = "Smart contract managing token vesting for Mars protocol contributors" homepage = "https://marsprotocol.io" documentation = "https://github.com/mars-protocol/periphery#readme" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/mars-protocol/periphery" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] doctest = false [dependencies.cosmwasm-schema] version = "1.1" [dependencies.cosmwasm-std] version = "1.1" features = ["stargate"] [dependencies.cw-storage-plus] version = "1.0" [dependencies.cw2] version = "1.0" [dev-dependencies.cosmwasm-schema] version = "1.1" [dev-dependencies.serde] version = "1.0" [features] backtraces = ["cosmwasm-std/backtraces"]