# 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 = "streamduck-daemon" version = "0.2.0" authors = ["TheJebForge"] description = "Daemon of the Streamduck project" readme = "Readme.md" license = "LGPL-2.1-only" repository = "https://github.com/streamduck-org/streamduck" resolver = "1" [package.metadata.wix] name = "Streamduck" [lib] name = "streamduck_daemon" path = "src/lib.rs" [[bin]] name = "streamduck_daemon" path = "src/main.rs" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "4.0.15" features = ["cargo"] [dependencies.ctrlc] version = "3.2.2" features = ["termination"] [dependencies.flate2] version = "1.0" [dependencies.flexi_logger] version = "0.22.5" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.13.1" [dependencies.rayon] version = "1.5.3" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.streamduck-actions] version = "0.2.0" [dependencies.streamduck-core] version = "0.2.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.tokio] version = "1" features = ["full"] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["wincon"]