# 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 = "2018" name = "adsabs" version = "0.1.2" authors = ["Dan Foreman-Mackey "] exclude = [".github/*"] description = "A Rust client for the SAO/NASA Astrophysics Data System API" homepage = "https://github.com/dfm/adsabs-rs" documentation = "https://docs.rs/adsabs" readme = "README.md" categories = ["science", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/dfm/adsabs-rs.git" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "dfm" path = "examples/dfm.rs" [dependencies.adsabs-macro] version = "0.1.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dirs] version = "4.0" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" [dev-dependencies.html-escape] version = "0.2.9" [dev-dependencies.httpmock] version = "0.6"