# 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 = "2021" name = "altcha-lib-rs" version = "0.1.1" authors = ["jmic "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Community implementation of the Altcha library in Rust for your own server applications to create and validate challenges and responses." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jmic/altcha-lib-rs" [lib] name = "altcha_lib_rs" path = "src/lib.rs" [[example]] name = "server" path = "examples/server.rs" required-features = ["json"] [dependencies.base16ct] version = "0.2" features = ["alloc"] [dependencies.chrono] version = "0.4" [dependencies.hmac] version = "0" [dependencies.rand] version = "0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.sha1] version = "0" [dependencies.sha2] version = "0" [dev-dependencies.actix-web] version = "4" [dev-dependencies.base64] version = "0.22" [features] default = [] json = ["serde_json"]