# 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 = "websession" version = "0.12.1" authors = ["Jeff Olhoeft ", "Ben Stern "] exclude = ["data/passwd.old"] description = "Web Session Support for Rust" license = "MIT/Apache-2.0" repository = "https://github.com/jolhoeft/websession.rs/" [lib] name = "websession" path = "src/lib.rs" [[bin]] name = "ws_mgr" path = "src/ws_mgr.rs" [[bin]] name = "ws_simple" path = "src/bin/simple.rs" [[bench]] name = "benchmarks" harness = false [dependencies.clap] version = "2.27" [dependencies.digest] version = "0.9" [dependencies.fs2] version = "0.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.pwhash] version = "1.0" [dependencies.rpassword] version = "5.0" [dependencies.sha2] version = "0.9" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.bencher] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3.1"