# 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 = "eio-ghosts" version = "0.3.1" authors = ["Chris Olstrom "] description = "EIO GitHub Org Secrets Translation Service" license = "MIT" repository = "https://github.com/rancher-eio/ghosts" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false strip = "symbols" [dependencies.base64] version = "0.22.0" [dependencies.crypto_box] version = "0.9.1" features = [ "serde", "seal", "chacha20", ] [dependencies.octocrab] version = "0.38.0" [dependencies.rocket] version = "0.5.0" features = [ "json", "mtls", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.thiserror] version = "1.0.58"