# 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 = "rowdy" version = "0.0.9" authors = ["Yong Wen Chua "] build = "build.rs" description = "`rowdy` is a Rocket based JSON Web token based authentication server." homepage = "https://github.com/lawliet89/rowdy" documentation = "https://docs.rs/rowdy/" keywords = ["jwt", "rocket", "token", "authentication"] categories = ["authentication", "web-programming"] license = "Apache-2.0" repository = "https://github.com/lawliet89/rowdy" [package.metadata.docs.rs] all-features = true [lib] name = "rowdy" path = "src/lib.rs" test = true doctest = true doc = true [dependencies.argon2rs] version = "0.2.5" optional = true [dependencies.biscuit] version = "0.1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.csv] version = "1.0.5" optional = true [dependencies.hyper] version = "0.10" [dependencies.lazy_static] version = "1.3.0" [dependencies.ldap3] version = "0.6" optional = true [dependencies.log] version = "0.4" [dependencies.ring] version = "0.13.5" optional = true [dependencies.rocket] version = "0.4.0" [dependencies.rocket_cors] version = "0.4.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.strfmt] version = "0.1.6" optional = true [dependencies.uuid] version = "0.4" features = ["use_std", "serde"] [dev-dependencies.serde_test] version = "1.0" [build-dependencies.ansi_term] version = "0.9" [build-dependencies.version_check] version = "0.1" [features] default = ["simple_authenticator"] ldap_authenticator = ["ldap3", "strfmt"] simple_authenticator = ["argon2rs", "csv", "ring"] [badges.travis-ci] repository = "lawliet89/rowdy"