[[bin]]
name = "backstage-client"
path = "src/main.rs"
[dependencies.env_logger]
version = "0.10.2"
[dependencies.log]
version = "0.4.25"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.url]
version = "2.4"
[dependencies.urlencoding]
version = "2.1.3"
[dev-dependencies.mockito]
version = "0.31"
[[example]]
name = "fetch_all_entities"
path = "examples/fetch_all_entities.rs"
[[example]]
name = "fetch_with_filters"
path = "examples/fetch_with_filters.rs"
[[example]]
name = "get_specific_entity"
path = "examples/get_specific_entity.rs"
[lib]
name = "backstage_client"
path = "src/lib.rs"
[package]
authors = ["Guillaume GRABÉ <guillaume.grabe@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "api-bindings", "development-tools"]
description = "A Rust client library for interacting with the Backstage Catalog API. Provides type-safe access to Backstage entities with async support, filtering, and comprehensive error handling."
documentation = "https://docs.rs/backstage-client"
edition = "2021"
exclude = ["sample.json", "target/", ".env*", "*.log"]
homepage = "https://radicle.siryu.me/nodes/seed.siryu.me/rad:znFjakfBVGZj4HDCQVEfzffZqVsg"
keywords = ["backstage", "api", "catalog", "client", "devops"]
license = "MIT"
name = "backstage-client"
readme = "README.md"
repository = "https://radicle.siryu.me/nodes/seed.siryu.me/rad:znFjakfBVGZj4HDCQVEfzffZqVsg"
rust-version = "1.63"
version = "0.1.2"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"