[[bin]]
name = "sophx"
path = "src/bin/sophx.rs"
[dependencies.clap]
default-features = false
version = "4.5.20"
[dependencies.git2]
default-features = false
features = ["default"]
version = "0.19.0"
[dependencies.owo-colors]
default-features = false
version = "4.1.0"
[dependencies.soph]
features = ["console"]
version = "0.25.1"
[lib]
name = "sophx"
path = "src/lib.rs"
[lints.clippy]
future_not_send = "warn"
unwrap_used = "warn"
[lints.rust]
unreachable_pub = "deny"
unsafe_code = "forbid"
[package]
authors = ["jiannei <longjian.huang@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The RUST Framework for Web Rustceans."
edition = "2021"
homepage = "https://github.com/soph-rs/soph"
include = [".config.toml", "Cargo.toml", "src/**/*.rs", "stubs"]
license = "MIT"
name = "sophx"
readme = false
repository = "https://github.com/soph-rs/soph"
rust-version = "1.70.0"
version = "0.3.2"