forte-cli 0.3.28

CLI for the Forte fullstack web framework
# 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"
name = "forte-cli"
version = "0.3.28"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Forte fullstack web framework"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/NamseEnt/fn0"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"
bin-dir = "{ name }-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "txz"

[[bin]]
name = "forte"
path = "src/main.rs"

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

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

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

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

[dependencies.anyhow]
version = "=1.0.100"

[dependencies.bytes]
version = "=1.11.1"

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

[dependencies.fn0]
version = "=0.2.17"

[dependencies.fn0-deploy]
version = "=0.1.4"

[dependencies.futures]
version = "=0.3.31"

[dependencies.http]
version = "=1.4.0"

[dependencies.http-body-util]
version = "=0.1.3"

[dependencies.hyper]
version = "=1.8.1"
features = [
    "server",
    "http1",
    "client",
]

[dependencies.hyper-util]
version = "=0.1.20"
features = [
    "service",
    "client-legacy",
    "http1",
    "tokio",
]

[dependencies.notify]
version = "=8.2.0"

[dependencies.notify-debouncer-mini]
version = "=0.6.0"

[dependencies.reqwest]
version = "=0.12.28"
features = [
    "rustls-tls-webpki-roots-no-provider",
    "json",
]
default-features = false

[dependencies.rustls]
version = "=0.23.28"
features = [
    "logging",
    "std",
    "tls12",
    "aws_lc_rs",
]
default-features = false

[dependencies.serde]
version = "=1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "=1.0.148"

[dependencies.tokio]
version = "=1.49.0"
features = ["full"]

[dependencies.tokio-util]
version = "=0.7.18"

[dependencies.toml]
version = "=0.8.23"

[dependencies.tower]
version = "=0.5.3"

[dependencies.tracing]
version = "=0.1.44"

[dependencies.tracing-subscriber]
version = "=0.3.23"

[dependencies.uuid]
version = "=1.19.0"
features = ["v4"]

[dev-dependencies.assert_cmd]
version = "=2.2.1"

[dev-dependencies.predicates]
version = "=3.1.4"

[dev-dependencies.reqwest]
version = "=0.12.28"
features = [
    "rustls-tls-webpki-roots-no-provider",
    "json",
    "blocking",
]
default-features = false

[dev-dependencies.tempfile]
version = "=3.27.0"