# 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 = "cw-tokenfactory-issuer" version = "2.6.0" authors = [ "Maurits Bos ", "Sunny Aggarwal ", "Jake Hartnell ", ] build = false exclude = [ "contract.wasm", "hash.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CosmWasm contract that issues new Token Factory tokens on supported chains." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/DA0-DA0/dao-contracts" [lib] name = "cw_tokenfactory_issuer" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "schema" path = "examples/schema.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "test_env" path = "tests/test_env.rs" [dependencies.cosmwasm-schema] version = "1.5.4" [dependencies.cosmwasm-std] version = "1.5.4" features = [ "ibc3", "cosmwasm_1_1", ] [dependencies.cw-ownable] version = "0.5" [dependencies.cw-storage-plus] version = "1.1" [dependencies.cw-tokenfactory-types] version = "2.6.0" default-features = false [dependencies.cw2] version = "1.1" [dependencies.dao-interface] version = "2.6.0" [dependencies.osmosis-std] version = "0.20.1" [dependencies.prost] version = "=0.12.3" features = ["prost-derive"] [dependencies.prost-derive] version = "=0.12.3" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] default-features = false [dependencies.thiserror] version = "1.0" [features] backtraces = ["cosmwasm-std/backtraces"] cosmwasm_tokenfactory = ["cw-tokenfactory-types/cosmwasm_tokenfactory"] default = ["osmosis_tokenfactory"] kujira_tokenfactory = ["cw-tokenfactory-types/kujira_tokenfactory"] library = [] osmosis_tokenfactory = ["cw-tokenfactory-types/osmosis_tokenfactory"] test-tube = ["osmosis_tokenfactory"]