# 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 = "loc_api" version = "1.0.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple library to interact with the loc.gov API" readme = "README.md" keywords = [ "gov", "congress", "api", "serde", "documents", ] categories = [ "api-bindings", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/t-fbd/loc_api" [lib] name = "loc_api" path = "src/lib.rs" [[example]] name = "collection_example" path = "examples/collection_example.rs" [[example]] name = "collections_example" path = "examples/collections_example.rs" [[example]] name = "item_example" path = "examples/item_example.rs" [[example]] name = "mediaformat_example" path = "examples/mediaformat_example.rs" [[example]] name = "search_example" path = "examples/search_example.rs" [[test]] name = "api_tests" path = "tests/api_tests.rs" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"