# 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 = "rsstreamslice_server" version = "0.1.0" authors = ["fadedreams7 <fadedreams7@email.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for efficient video streaming with support for partial content delivery." homepage = "https://github.com/fadedreams/rsstreamslice" documentation = "https://github.com/fadedreams/rsstreamslice" readme = "README.md" keywords = [ "video-streaming", "partial-streaming", "streaming", "actix", "http", ] categories = [ "web-programming::http-server", "multimedia::video", "multimedia::audio", ] license = "MIT" repository = "https://github.com/fadedreams/rsstreamslice" [lib] name = "rsstreamslice_server" path = "src/lib.rs" [[bin]] name = "rsstreamslice_server" path = "src/bin/main.rs" [dependencies.actix-web] version = "4.0" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = ["full"]