# 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 = "basispoort-sync-client" version = "0.6.1" description = "An API client to help synchronize institution data with the Basispoort educational material SSO service." documentation = "https://docs.rs/basispoort-sync-client" readme = "README.md" keywords = [ "basispoort", "sso", "api-client", "education", "teacher", ] categories = ["authentication"] license = "MPL-2.0" repository = "https://github.com/LeoniePhiline/basispoort-sync-client" [dependencies.base64] version = "0.22.0" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.37" features = [ "clock", "serde", ] optional = true default-features = false [dependencies.reqwest] version = "0.12.2" features = [ "rustls-tls", "json", "charset", "http2", "macos-system-configuration", "gzip", "brotli", ] default-features = false [dependencies.serde] version = "1.0.197" features = [ "derive", "alloc", ] [dependencies.serde_json] version = "1.0.115" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = [ "fs", "io-util", ] default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" features = ["serde"] [dev-dependencies.color-eyre] version = "0.6.3" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.tokio] version = "1.37.0" features = [ "test-util", "macros", "fs", "io-util", "sync", "parking_lot", ] [dev-dependencies.tracing-error] version = "0.2.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] default = [ "institutions", "hosted-license-provider", ] hosted-license-provider = [] institutions = ["dep:chrono"]