# 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.79" name = "ufa" version = "1.1.0" description = "A small toolkit" readme = "README.md" keywords = [ "lib", "utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alan-venv/ufa-rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.serde_json] version = "1.0.117" [dependencies.uuid] version = "1.8.0" features = ["v4"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "consoleapi", "processenv", "winbase", ] default-features = false