# 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 = "nure_tools" version = "1.2.5" build = false exclude = [ ".vscode/", "src/main.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "mindenit API wrapper" homepage = "https://github.com/SoappGuy/nure_tools_rs" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/SoappGuy/nure_tools_rs" [lib] name = "nure_tools" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.31" [dependencies.chrono-tz] version = "0.8.5" [dependencies.dateparser] version = "0.2.1" [dependencies.now] version = "0.1.3" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.23" features = [ "blocking", "json", ] [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0.56"