# 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 = "ci-id" version = "0.2.1" authors = ["Jussi Kukkonen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ambient OIDC credentials detection on CI systems" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jku/ci-id" [lib] name = "ci_id" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.lazy_static] version = "1.5" [dev-dependencies.tempfile] version = "3.13"