# 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 = "cch23-validator" version = "22.0.1" authors = ["Santa"] publish = true description = "Validate solutions to challenges from Shuttle's Christmas Code Hunt 2023" homepage = "https://www.shuttle.rs/cch" readme = "README.md" license = "MIT" repository = "https://github.com/shuttle-hq/shuttlings" [dependencies.base64] version = "0.21.5" [dependencies.chrono] version = "0.4.31" features = [ "clock", "serde", ] [dependencies.clap] version = "4.4.11" features = [ "derive", "cargo", ] [dependencies.futures-util] version = "0.3.29" [dependencies.reqwest] version = "0.11.22" features = [ "rustls-tls", "json", "multipart", "stream", ] default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21.0" features = ["rustls"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.5.0"