# 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 = "rust-authenticator" version = "0.1.0" authors = ["stzups"] include = ["Cargo.toml", "src", "README.md"] description = "general purpose authentication" homepage = "https://github.com/stzups/rust-authenticator" readme = "README.md" keywords = ["server", "http", "authentication"] categories = ["authentication"] license = "Unlicense" repository = "https://github.com/stzups/rust-authenticator" resolver = "2" [[bin]] name = "rust-authenticator" path = "src/main.rs" [dependencies.actix-web] version = "3" [dependencies.getopts] version = "0.2"