cdg_api 1.4.0

A simple library to interact with api.congress.gov
Documentation
# 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 = "cdg_api"
version = "1.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple library to interact with api.congress.gov"
readme = "README.md"
keywords = [
    "gov",
    "congress",
    "api",
    "serde",
    "documents",
]
categories = [
    "api-bindings",
    "data-structures",
]
license-file = "LICENSE"
repository = "https://github.com/t-fbd/cdg_api"

[features]
default = ["request_handlers"]
request_handlers = ["dep:reqwest"]

[lib]
name = "cdg_api"
path = "src/lib.rs"

[[example]]
name = "bill_example"
path = "examples/bill_example.rs"

[[example]]
name = "cli_example"
path = "examples/cli_example.rs"

[[example]]
name = "daily_record"
path = "examples/daily_record.rs"

[[example]]
name = "display_all_paths"
path = "examples/display_all_paths.rs"

[[example]]
name = "generic_example"
path = "examples/generic_example.rs"

[[example]]
name = "generic_matching"
path = "examples/generic_matching.rs"

[[example]]
name = "manual_endpoint"
path = "examples/manual_endpoint.rs"

[[example]]
name = "member_example"
path = "examples/member_example.rs"

[[example]]
name = "raw_json_to_struct"
path = "examples/raw_json_to_struct.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
]
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"