# 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 = "crab-dlna" version = "0.2.1" authors = ["Gabriel Magno "] description = "A minimal UPnP/DLNA media streamer" homepage = "https://github.com/gabrielmagno/crab-dlna" readme = "README.md" keywords = [ "dlna", "upnp", "cli", "stream", "video", ] categories = [ "command-line-utilities", "multimedia", "multimedia::video", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gabrielmagno/crab-dlna" [profile.release] strip = true [dependencies.clap] version = "3.1.15" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.http] version = "0.2" [dependencies.local-ip-address] version = "0.4.6" [dependencies.log] version = "0.4" [dependencies.pin-utils] version = "0.1" [dependencies.pretty_env_logger] version = "0.3" [dependencies.rupnp] version = "2.0.0" [dependencies.slugify] version = "0.1.0" [dependencies.ssdp-client] version = "2.0.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.warp] version = "0.3" [dependencies.xml-rs] version = "0.8"