# 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] name = "sakcl" version = "0.2.1" authors = ["Doug Goldstein "] exclude = ["docker/*"] description = "OpenSSH AuthorizedKeysCmd provider utilizing LDAP" homepage = "https://gitlab.com/cardoe/sakcl" documentation = "https://gitlab.com/cardoe/sakcl" readme = "README.md" keywords = ["ssh", "authorized_keys", "openssh", "ldap", "cli"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/cardoe/sakcl.git" [package.metadata.release] no-dev-version = true sign-commit = true [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.sakcl] path = "/usr/bin/sakcl" [dependencies.ldap3] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.structopt] version = "0.2" [dependencies.toml] version = "0.4" [target."cfg(target_env = \"musl\")".dependencies.openssl-probe] version = "0.1" [badges.gitlab] repository = "cardoe/sakcl"