[package] name = "libsdp" version = "0.1.2" authors = ["Bytebuddha "] edition = "2018" readme = "Readme.md" license = "MIT" keywords = ["voip", "sdp"] homepage = "https://github.com/ByteHeathen/libsdp" repository = "https://github.com/ByteHeathen/libsdp" description = "A slim sdp parsing library, with a focus towards voip user agents." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "6.0.0-alpha1"