[package] name = "tanzhenhui_code_lib" version = "0.6.1" authors = ["tanzhenhui <2413269764@qq.com>"] edition = "2021" description = "toolbox for my own" license = "MIT" [dependencies] encoding_rs = "0.8.34" encoding_rs_io = "0.1.7" ini = "1.3.0" reqwest = { version = "0.12.7", features = ["blocking", "json"] } serde_json = "1.0.128"