sails-cli 1.0.0-beta.2

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

[package.metadata.dist]
dist = true

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/rs%2Fv{ version }/{ name }-{ target }{ archive-suffix }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.askama]
version = "0.15"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.cargo_metadata]
version = "0.23"

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

[dependencies.convert_case]
version = "0.11"

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

[dependencies.sails-client-gen]
version = "=1.0.0-beta.2"

[dependencies.sails-client-gen-js]
version = "=1.0.0-beta.2"

[dependencies.sails-idl-embed]
version = "=1.0.0-beta.2"

[dependencies.sails-sol-gen]
version = "=1.0.0-beta.2"

[dependencies.serde-json]
version = "1.0"
features = ["std"]
default-features = false
package = "serde_json"

[dependencies.toml_edit]
version = "0.25"