# 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 = "fll-scoring" version = "0.1.0" authors = ["Owen Salter "] description = "Set of core utilities for the FLL-Scoring project" homepage = "https://sr.ht/~muirrum/FLL-Scoring" documentation = "https://docs.rs/fll-scoring/" license = "GPL-3.0-only" repository = "https://git.sr.ht/~muirrum/FLL-Scoring" [dependencies.actix-web] version = "2.0" [dependencies.bson] version = "1.0.0" [dependencies.configparser] version = "0.7.1" [dependencies.derive_more] version = "0.99" [dependencies.handlebars] version = "3.1.0" [dependencies.mongodb] version = "1.0.0" [dependencies.uuid] version = "0.8" features = ["serde", "v4"]