init-rs 0.0.17

Use the world's best Cargo to install software, bypassing GitHub.
Documentation
[[bin]]
name = "init-rs"
path = "src/main.rs"

[dependencies.tempfile]
version = "3.9.0"

[features]
default = ["just"]
fd = []
just = []
lll = []
tcping = []

[lib]
doctest = false
name = "init_rs"
path = "src/lib.rs"

[package]
authors = ["lvillis<lvillis@outlook.com>"]
build = "build.rs"
description = "Use the world's best Cargo to install software, bypassing GitHub."
documentation = "https://github.com/lvillis/init-rs/README.md"
edition = "2021"
homepage = "https://github.com/lvillis/init-rs"
include = ["bin/*", "src/**/*", "Cargo.toml", "build.rs"]
license = "MIT"
name = "init-rs"
readme = "README.md"
repository = "https://github.com/lvillis/init-rs"
version = "0.0.17"

[profile.dev]
opt-level = 0

[profile.release]
lto = true
opt-level = "z"