# 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 = "2018" name = "tokidator" version = "0.8.1" authors = ["Nui Narongwet "] publish = true description = "Token based authentication framework" keywords = ["token"] license = "MIT" repository = "https://github.com/nuimk/tokidator" [[bench]] name = "benchmarks" harness = false [dependencies.base64] version = "0.13" [dependencies.bitvec] version = "1" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.ring] version = "0.16" [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.once_cell] version = "1.12.0" [dev-dependencies.protobuf] version = "3.0.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.strum] version = "0.24.0" features = ["derive"] [build-dependencies.protobuf-codegen] version = "3.0.3"