# 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" rust-version = "1.80.0" name = "RuStream" version = "1.4.0" authors = ["Vignesh Rao"] build = false exclude = [ ".github", ".gitignore", "README.md", ] include = [ "/src", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Self-hosted Streaming Engine, that can render media files via authenticated sessions." homepage = "https://github.com/thevickypedia/RuStream" documentation = "https://docs.rs/RuStream" readme = "README.md" keywords = [ "asynchronous-server", "self-hosted", "streaming-engine", "symmetric-encryption", "fernet-cryptography", ] categories = [ "web-programming::http-server", "asynchronous", "algorithms", "authentication", "rendering::engine", ] license = "MIT" repository = "https://github.com/thevickypedia/RuStream" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [lib] name = "rustream" path = "src/lib.rs" [[bin]] name = "rustream" path = "src/main.rs" [dependencies.actix-cors] version = "0.7.0" [dependencies.actix-files] version = "0.6.6" [dependencies.actix-multipart] version = "0.7.2" [dependencies.actix-rt] version = "2.10.0" [dependencies.actix-web] version = "4.9.0" features = ["openssl"] [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.11.5" [dependencies.fernet] version = "0.2.2" [dependencies.futures-util] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.minijinja] version = "2.2.0" features = ["loader"] [dependencies.openssl] version = "0.10.64" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.sha2] version = "0.10.8" [dependencies.url] version = "2.5.2" [dependencies.walkdir] version = "2.5.0" [target.'cfg(target_os = "linux")'.dependencies.openssl] version = "0.10.64" features = ["vendored"]