# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aeneid" version = "0.6.1" authors = ["Nikhil Jha "] description = "use GitHub as a free, zero-ops Identity Provider" homepage = "https://nikhiljha.com/projects/" readme = "README.md" keywords = ["github", "openssh"] categories = ["authentication"] license = "GPL-3.0-only" repository = "https://github.com/nikhiljha/aeneid" [package.metadata.deb] assets = [["target/release/aeneid", "usr/bin/", "755"], ["README.md", "usr/share/doc/aeneid/README", "644"], ["src/config.toml", "etc/aeneid/config.toml", "700"]] conf-files = ["etc/aeneid/config.toml"] copyright = "2021, Nikhil Jha " extended-description = "Use GitHub as a free, zero-ops Identity Provider by using github authorized_keys for your sshd." maintainer = "Nikhil Jha " maintainer-scripts = "pkg/deb/" [package.metadata.rpm] config = "pkg/rpm" package = "aeneid" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.files."../../src/config.toml"] path = "/etc/aeneid/config.toml" [package.metadata.rpm.targets.aeneid] path = "/usr/bin/aeneid" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.regex] version = "1.4.5" [dependencies.reqwest] version = "0.11.4" features = ["blocking", "json", "rustls-tls"] default-features = false [dependencies.serde] version = "1.0.127" [dependencies.serde_derive] version = "1.0.127" [dependencies.toml] version = "0.5.8"