# 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 = "cargo-offline" version = "0.1.6" authors = ["Stuart Zhang "] exclude = [ ".vscode", ".gitignore", ] description = "`cargo-offline`是标准`cargo`命令的包装器。其被用来,根据距离`cargo-offline`命令执行目录最近的`Cargo.toml`文件是否曾经被修改,来给被包装的`cargo`命令聪明地添加`--offline`命令行参数(即,离线编译)。" readme = "README.md" keywords = [ "cargo", "offline", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "Apache-2.0" repository = "https://github.com/stuartZhang/cargo-offline" [package.metadata] last-modified-system-time = 1668939099 [dependencies.cargo_toml] version = "0.13.0" features = [] optional = true [dependencies.derive_builder] version = "0.11.2" [dependencies.locate-cargo-manifest] version = "0.2.2" [dependencies.proc-lock] version = "0.4.0" [dependencies.toml] version = "0.5.8" features = ["preserve_order"] [features] cargo-metadata = ["cargo_toml"] default = [] toml-config = []