# 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 = "sorastats" version = "0.2.1" authors = ["Takeru Ohta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal based viewer of WebRTC SFU Sora statistics" homepage = "https://github.com/sile/sorastats" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sile/sorastats" [lib] name = "sorastats" path = "src/lib.rs" [[bin]] name = "sorastats" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossterm] version = "0.28" [dependencies.log] version = "0.4" [dependencies.orfail] version = "1.1.0" [dependencies.ratatui] version = "0.29.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simplelog] version = "0.12" [dependencies.ureq] version = "2" features = ["json"]