# 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 = "linker" version = "0.1.2" authors = ["PuQing "] description = "Manage deep learning training resources" readme = "README.md" keywords = [ "deep-learning", "cli", "development-tools", ] categories = [ "development-tools", "cli", "deep-learning", ] license = "MIT" repository = "https://github.com/AndPuQing/linker" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--generate-link-to-definition", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.1.1" [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.toml] version = "0.8.8"