[package] name = "covalent_class_a" version = "0.1.3" edition = "2021" description = "Rust wrapper for the Covalent Class A Endpoints https://www.covalenthq.com/docs/api" homepage = "https://github.com/mark-ruddy/covctl/tree/main/covalent_class_a" repository = "https://github.com/mark-ruddy/covctl/tree/main/covalent_class_a" license-file = "LICENSE.txt" readme = "README.md" [dependencies] serde = { version = "1.0.137", features = ["derive"] } serde_with = { version = "1.13.0", features = ["json"] } http = "0.2.7" reqwest = { version = "0.11.10", features = ["json"] } log = "0.4.17" env_logger = "0.9.0" lazy_static = "1.4.0" tokio = { version = "1.0", features = ["full"] }