# 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 = "reposite" version = "0.1.1" description = "Lightweight maven repository manager written in Rust programming language." homepage = "https://github.com/SUIBING112233/reposite" documentation = "https://docs.rs/reposite" readme = "README.md" license = "GPL-3.0" resolver = "2" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.8.0" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rocket] version = "0.5.0-rc.1" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" [dependencies.simple_logger] version = "1.13.0" [dependencies.sys-info] version = "0.9.0" [dependencies.tokio] version = "1.13.0" features = ["full"] [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dependencies.walkdir] version = "2.3.2"