# 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" rust-version = "1.73" name = "hubspot" version = "0.2.4" include = [ "src/**/*", "LICENSE-*", "README.md", ] description = "An unofficial hupspot api client library." readme = "README.md" keywords = [ "hubspot", "crm", "customer", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/WORK180/hubspot" [dependencies.async-trait] version = "0.1.53" [dependencies.reqwest] version = "0.11.13" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-aux] version = "4.1.2" [dependencies.serde_json] version = "1.0.82" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.time] version = "0.3.6" features = [ "std", "serde", "serde-well-known", ] [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ]