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