# 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" name = "sdp-rs" version = "0.2.1" authors = ["Filippos Vasilakis "] description = "SDP Rust library, parser & generator of the Session Description Protocol" documentation = "https://docs.rs/sdp-rs" keywords = [ "sdp", "8866", "session", "voip", "webrtc", ] categories = [ "parser-implementations", "parsing", "network-programming", ] license-file = "LICENSE" repository = "https://github.com/televiska/sdp-rs" [dependencies.chrono] version = "0.4.19" [dependencies.nom] version = "7.1.0" features = ["alloc"] [dependencies.vec1] version = "1.8.0"