ferrijs-cli 0.1.0

Run a JavaScript or TypeScript program in a ferrijs realm from the command line, granting exactly what it may reach.
# 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 = "ferrijs-cli"
version = "0.1.0"
authors = ["Salama Ashoush <salamaashoush@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run a JavaScript or TypeScript program in a ferrijs realm from the command line, granting exactly what it may reach."
homepage = "https://github.com/salamaashoush/ferrijs"
readme = false
keywords = [
    "javascript",
    "quickjs",
    "runtime",
    "sandbox",
    "embedded",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/salamaashoush/ferrijs"
resolver = "2"

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

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

[dependencies.ferrijs]
version = "0.1.0"

[dependencies.ferrijs-bundle]
version = "0.1.0"

[dependencies.ferrijs-permissions]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.rust]
rust_2018_idioms = "warn"
unsafe_code = "warn"