sails-client-gen 2.0.0

Rust client generator for the Sails framework
Documentation
# 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 = "2024"
rust-version = "1.93"
name = "sails-client-gen"
version = "2.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client generator for the Sails framework"
documentation = "https://docs.rs/sails-client-gen"
readme = false
license = "GPL-3.0"
repository = "https://github.com/gear-tech/sails"

[lib]
name = "sails_client_gen"
path = "src/lib.rs"

[[test]]
name = "demo_gtest"
path = "tests/demo_gtest.rs"

[[test]]
name = "generator"
path = "tests/generator.rs"

[dependencies.anyhow]
version = "1"

[dependencies.convert_case]
version = "0.11"

[dependencies.genco]
version = "0.19"

[dependencies.parity-scale-codec]
version = "=3.7.5"
default-features = false

[dependencies.sails-idl-parser]
version = "=2.0.0"

[dev-dependencies.insta]
version = "1.47"

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt",
]