# 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 = "2018" rust-version = "1.65" name = "rtsp-types" version = "0.1.3" authors = ["Sebastian Dröge "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RTSP (RFC 7826) types, parser and serializer" readme = "README.md" keywords = [ "rtsp", "network", "protocol", "multimedia", "streaming", ] categories = [ "network-programming", "multimedia", ] license = "MIT" repository = "https://github.com/sdroege/rtsp-types" [lib] name = "rtsp_types" path = "src/lib.rs" [dependencies.cookie-factory] version = "0.3" [dependencies.nom] version = "7.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tinyvec] version = "1.0" features = [ "std", "rustc_1_57", ] [dependencies.url] version = "2.0" [features] serde = [ "dep:serde", "tinyvec/serde", "url/serde", ]