[package] name = "AqueiraInput" version = "0.0.1" authors = ["Aqueira"] description = "string parsing to any type" license = "MIT" documentation = "https://docs.rs/your_crate_name" homepage = "https://example.com/your_crate" repository = "https://github.com/Aqueira/lib" [dependencies] thiserror = "1.0.61" tokio = { version = "1.37.0", features = ["full"] } reqwest = "0.12.4" hyper = "1.3.1" log = "0.4.21"