sophx 0.4.1

The RUST Framework for Web Rustceans.
[[bin]]
name = "sophx"
path = "src/main.rs"

[dependencies.clap]
default-features = false
version = "4.5.20"

[dependencies.dialoguer]
default-features = false
version = "0.11.0"

[dependencies.git2]
default-features = false
features = ["default"]
version = "0.19.0"

[dependencies.soph]
features = ["console"]
version = "0.26.0"

[dependencies.tracing]
default-features = false
version = "0.1.40"

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