# 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 = "canary_probe" version = "0.2.1" description = "Canary Probe is a simple tool to help students in Computer Programming I (CSU0001, NTNU) to test their code." homepage = "https://github.com/JacobLinCool/canary-probe" readme = "README.md" keywords = [] license = "AGPL-3.0" repository = "https://github.com/JacobLinCool/canary-probe" [[bin]] name = "canary-probe" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bollard] version = "0.15.0" features = [ "tokio-stream", "json_data_content", ] [dependencies.futures-util] version = "0.3.28" [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.uuid] version = "1.4.1" features = ["v4"]