# 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 = "peopledatalabs" version = "2.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust client for the People Data Labs API" homepage = "https://www.peopledatalabs.com" documentation = "https://docs.peopledatalabs.com/docs/rust-sdk" readme = "README.md" keywords = [ "peopledatalabs", "person-data", "company-data", "sdk", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/peopledatalabs/peopledatalabs-rust" [lib] name = "peopledatalabs" path = "src/lib.rs" [[example]] name = "autocompete" path = "examples/autocompete/main.rs" [[example]] name = "company" path = "examples/company/main.rs" [[example]] name = "ip" path = "examples/ip/main.rs" [[example]] name = "job_title" path = "examples/job_title/main.rs" [[example]] name = "location" path = "examples/location/main.rs" [[example]] name = "person" path = "examples/person/main.rs" [[example]] name = "school" path = "examples/school/main.rs" [[example]] name = "skill" path = "examples/skill/main.rs" [dependencies.hyper] version = "1.3.1" features = [ "client", "http1", ] [dependencies.hyper-tls] version = "0.6.0" [dependencies.reqwest] version = "0.12.4" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_urlencoded] version = "0.7.1"