forte-cli 0.3.7

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.7"
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"

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

[dependencies.adapt-cache]
version = "0.1.2"
package = "fn0-adapt-cache"

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

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

[dependencies.fn0]
version = "0.1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

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

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

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

[dependencies.notify]
version = "8"

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

[dependencies.oxc_allocator]
version = "0.96"

[dependencies.oxc_ast]
version = "0.96"

[dependencies.oxc_codegen]
version = "0.96"

[dependencies.oxc_parser]
version = "0.96"

[dependencies.oxc_semantic]
version = "0.96"

[dependencies.oxc_span]
version = "0.96"

[dependencies.oxc_transformer]
version = "0.96"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tokio-tungstenite]
version = "0.24"

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "0.1"

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

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

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

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

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

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

[profile.dist]
lto = "thin"
inherits = "release"