# 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 = "tanzhenhui_code_lib" version = "0.6.1" authors = ["tanzhenhui <2413269764@qq.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "toolbox for my own" readme = "README.md" license = "MIT" [lib] name = "tanzhenhui_code_lib" path = "src/lib.rs" [dependencies.encoding_rs] version = "0.8.34" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.ini] version = "1.3.0" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", ] [dependencies.serde_json] version = "1.0.128"