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