# 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 = "risk_and_safety_borat" version = "0.3.0" description = "An internal tool to enable Risk and Safety Solutions staff to monitor the availability of breakout rooms." readme = "README.md" license = "MIT" repository = "https://github.com/risk-and-safety/borat" [lib] name = "borat" [[bin]] name = "borat" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.console] version = "0.15.7" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.108"