sails-cli 0.10.3

CLI tools 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.91"
name = "sails-cli"
version = "0.10.3"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tools the Sails framework"
readme = false
license = "GPL-3.0"
repository = "https://github.com/gear-tech/sails"

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

[[bin]]
name = "cargo-sails"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.askama]
version = "0.14"

[dependencies.cargo-generate]
version = "0.23"

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.convert_case]
version = "0.7"

[dependencies.rustdoc-types]
version = "=0.56.0"

[dependencies.sails-client-gen]
version = "=0.10.3"

[dependencies.sails-sol-gen]
version = "=0.10.3"

[dependencies.serde-json]
version = "1.0"
package = "serde_json"

[dependencies.toml_edit]
version = "0.22"