[package] name = "authentication" version = "0.0.0" authors = ["Abhishek Sunkewar "] edition = "2018" description = "An authentication system for Rust inspired by Django" homepage = "https://github.com/abhisunkewar/authentication" documentation = "https://docs.rs/authentication" repository = "https://github.com/abhisunkewar/authentication" readme = "README.md" license = "MIT" include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]