# 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 = "kubeauth" version = "0.1.7" authors = ["Mia Metzler "] description = "A kubernetes authentication service written in rust" homepage = "https://github.com/miathedev/kubeauth" readme = "README.md" keywords = [ "cli", "kubernetes", "authentication", "auth", "kubeauth", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/miathedev/kubeauth" [dependencies.argon2] version = "0.5.0" [dependencies.cmdparser] version = "0.2.0" [dependencies.ldap3] version = "0.9.0" features = ["tls"] default-features = false [dependencies.rocket] version = "0.5.0-rc.2" features = [ "tls", "json", ] [dependencies.rocket_cors] version = "0.5.2" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.70" [features] default = ["json_auth"] json_auth = []