# 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 = "osmosis-std" version = "0.26.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Standard library for Osmosis with CosmWasm support included" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/osmosis-labs/osmosis-rust/" [lib] name = "osmosis_std" path = "src/lib.rs" [[test]] name = "addional_fields" path = "tests/addional_fields.rs" [dependencies.chrono] version = "0.4.27" default-features = false [dependencies.cosmwasm-std] version = "2.0.0" features = ["stargate"] [dependencies.osmosis-std-derive] version = "0.26.0" [dependencies.prost] version = "0.13.3" features = ["prost-derive"] default-features = false [dependencies.prost-types] version = "0.13.3" default-features = false [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde-cw-value] version = "0.7.0" [features]