# 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 = "convers" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cool convert library that converts almost everything(not yet).Units,Languages,Calculations,etc." documentation = "https://docs.rs/convers" readme = "README.md" license = "MIT" repository = "https://github.com/veaquer/convers" [lib] name = "convers" path = "src/lib.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.regex] version = "1.11.1" [dependencies.regex-split] version = "0.1.0" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["full"]