# 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 = "2021" name = "init-rs" version = "0.0.17" authors = ["lvillis"] build = "build.rs" include = [ "bin/*", "src/**/*", "Cargo.toml", "build.rs", ] description = "Use the world's best Cargo to install software, bypassing GitHub." homepage = "https://github.com/lvillis/init-rs" documentation = "https://github.com/lvillis/init-rs/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/lvillis/init-rs" [profile.dev] opt-level = 0 [profile.release] opt-level = "z" lto = true [lib] name = "init_rs" path = "src/lib.rs" doctest = false [[bin]] name = "init-rs" path = "src/main.rs" [dependencies.tempfile] version = "3.9.0" [features] default = ["just"] fd = [] just = [] lll = [] tcping = []