# 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" rust-version = "1.68" name = "venv_lib" version = "0.2.8" description = "A small toolkit" readme = "README.md" keywords = [ "lib", "utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dev-venv/rust-lib" [dependencies.chrono] version = "0.4.30" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.20" features = ["blocking"] [dependencies.serde_json] version = "1.0.105" [dependencies.uuid] version = "1.4.1" features = ["v4"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "consoleapi", "processenv", "winbase", ] default-features = false