# 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 = "sails-rs" version = "0.6.3" authors = ["Gear Technologies"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Main abstractions for the Sails framework" documentation = "https://docs.rs/sails-rs" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/gear-tech/sails" [lib] name = "sails_rs" path = "src/lib.rs" [dependencies.futures] version = "0.3" default-features = false [dependencies.gear-core-errors] version = "=1.6.2" [dependencies.gprimitives] version = "=1.6.2" features = ["codec"] [dependencies.gstd] version = "=1.6.2" optional = true [dependencies.gwasm-builder] version = "=1.6.2" optional = true package = "gear-wasm-builder" [dependencies.hashbrown] version = "0.15" [dependencies.hex] version = "0.4" default-features = false [dependencies.mockall] version = "0.12" optional = true [dependencies.parity-scale-codec] version = "3.6" features = ["derive"] default-features = false [dependencies.sails-idl-gen] version = "=0.6.3" optional = true [dependencies.sails-idl-meta] version = "=0.6.3" [dependencies.sails-macros] version = "=0.6.3" optional = true [dependencies.scale-info] version = "2.11" features = [ "derive", "docs", ] default-features = false [dependencies.spin] version = "0.9" features = ["spin_mutex"] default-features = false [dependencies.thiserror-no-std] version = "2.0" [features] debug = ["gstd?/debug"] default = ["gstd"] ethexe = ["gstd?/ethexe"] gclient = ["dep:gclient"] gstd = [ "dep:gstd", "dep:gear-core", "dep:sails-macros", ] gtest = ["dep:gtest"] idl-gen = ["dep:sails-idl-gen"] mockall = ["dep:mockall"] wasm-builder = ["dep:gwasm-builder"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.gclient] version = "=1.6.2" optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.gear-core] version = "=1.6.2" features = ["std"] optional = true default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.gtest] version = "=1.6.2" optional = true