# 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 = "viewercount" version = "0.2.1" authors = ["sommerfeld "] description = "Updates nostr Live Events with the number of HLS connections" readme = "README.md" keywords = [ "nostr", "livestream", "daemon", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sommerfelddev/viewercount" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.human-panic] version = "2.0.0" [dependencies.log] version = "0.4.21" [dependencies.nostr-relay-pool] version = "0.32.0" [dependencies.nostr-sdk] version = "0.32.0" default-features = false [dependencies.nostr-signer] version = "0.32.1" features = ["nip46"] default-features = false [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.qrcode] version = "0.14.0" default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.tokio] version = "1.38.0" features = [ "rt-multi-thread", "signal", "time", ] [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.procfs] version = "0.16.0" default-features = false