# 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 = "sdp-types" version = "0.1.7" authors = ["Sebastian Dröge "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SDP (RFC 4566) types, parser and serializer" readme = "README.md" keywords = [ "sdp", "network", "protocol", "multimedia", "streaming", ] categories = [ "network-programming", "multimedia", ] license = "MIT" repository = "https://github.com/sdroege/sdp-types" [lib] name = "sdp_types" path = "src/lib.rs" [dependencies.bstr] version = "1" default-features = false [dependencies.fallible-iterator] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] serde = ["dep:serde"]