# 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 = "neptune-common" version = "0.1.0" authors = [ "Eric Woolsey", "Francisco Inacio", "Ihor Farion", "Cryptech Developments Ltd.", ] description = "The common data, interfaces and functionality used across the Neptune Finance smart contracts" homepage = "https://nept.finance" readme = "README.md" keywords = [ "cosmwasm", "smart-contracts", "cosmos", "money-market", "neptune", ] license = "Apache-2.0" repository = "https://github.com/cryptechdev/neptune-common" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.astroport] version = "1" [dependencies.cosmwasm-derive] version = "1" [dependencies.cosmwasm-schema] version = "1" [dependencies.cosmwasm-std] version = "1" [dependencies.cw-storage-plus] version = "1" [dependencies.cw20] version = "1" [dependencies.neptune-auth] version = "0.1" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.shrinkwraprs] version = "0.3" [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8" [features] backtraces = ["cosmwasm-std/backtraces"] library = []