# 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 = "gp-allocator" version = "4.1.2" authors = [ "Gear Technologies", "Parity Technologies ", ] description = "Collection of allocator implementations." homepage = "https://gear-tech.io" documentation = "https://docs.rs/gp-allocator" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/gear-tech/substrate/" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "3.2.2" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.log] version = "0.4.17" default-features = false [dependencies.sp-wasm-interface-common] version = "15.0.0" default-features = false [dependencies.thiserror] version = "1.0.30" optional = true [features] default = ["std"] std = [ "codec/std", "log/std", "sp-wasm-interface-common/std", "thiserror", ]