# 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.81" name = "gstd" version = "1.7.0" authors = ["Gear Technologies"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Gear programs standard library" homepage = "https://gear-tech.io" documentation = "https://docs.rs/gstd" readme = "README.md" keywords = [ "gear", "std", "no-std", "wasm", "smart-contracts", ] categories = ["api-bindings"] license = "GPL-3.0" repository = "https://github.com/gear-tech/gear" [package.metadata.docs.rs] features = ["document-features"] [lib] name = "gstd" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" optional = true default-features = false [dependencies.const_format] version = "0.2.32" optional = true [dependencies.document-features] version = "0.2.10" optional = true [dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dependencies.galloc] version = "=1.7.0" [dependencies.gcore] version = "=1.7.0" features = ["codec"] [dependencies.gear-core-errors] version = "=1.7.0" [dependencies.gstd-codegen] version = "=1.7.0" [dependencies.hashbrown] version = "0.14.5" [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.parity-scale-codec] version = "3.6.4" features = ["derive"] default-features = false [dependencies.scale-info] version = "2.5.0" features = ["derive"] default-features = false [dependencies.waker-fn] version = "1.2.0" [features] debug = [ "galloc/debug", "gcore/debug", ] default = ["panic-message"] ethexe = [ "gcore/ethexe", "gstd-codegen/ethexe", ] nightly = ["oom-handler"] oom-handler = [] panic-handler = ["const_format"] panic-location = ["panic-message"] panic-message = [ "panic-handler", "arrayvec", ]