# 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 = "game" version = "1.0.8" authors = ["132ikl <132@ikl.sh>"] description = "eccentric skinner box point-collecting game" license = "AGPL-3.0" repository = "https://git.ikl.sh/132ikl/game" [dependencies.bcrypt] version = "0.9.0" [dependencies.bincode] version = "1.3.1" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.csv] version = "1.1.4" [dependencies.json] version = "0.12.4" [dependencies.rand] version = "0.7.3" [dependencies.rocket] version = "0.4.6" [dependencies.rocket_contrib] version = "0.4.6" features = ["serve", "tera_templates"] default-features = false [dependencies.rust-embed] version = "5.6.0" features = ["debug-embed"] [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.serde_repr] version = "0.1.6" [dependencies.sled] version = "0.34.6" [dependencies.tempfile] version = "3.1.0"