[package] name = "orizentic" version = "1.0.0" authors = ["Savanni D'Gerinel "] description = "A library for inerfacing with a JWT auth token database and a command line tool for managing it." license = "BSD-3-Clause" documentation = "https://docs.rs/orizentic" homepage = "https://github.com/luminescent-dreams/orizentic" repository = "https://github.com/luminescent-dreams/orizentic" categories = ["authentication", "command-line-utilities"] build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "build.rs", ] [build-dependencies] version_check = "0.1.5" [dependencies] yaml-rust = "0.4.0" chrono = { version = "0.4", features = ["serde"] } jsonwebtoken = "5" serde_derive = "1" serde = "1" uuid = { version = "0.6.5", features = ["v4"] } clap = "2.32.0" serde_json = "1.0.22" itertools = "0.7.8" version_check = "0.1.5" [badges] circle-ci = { repository = "luminescent-dreams/orizentic", branch = "sol" } [lib] name = "orizentic" path = "src/lib.rs" [[bin]] name = "orizentic" path = "src/bin.rs"