# 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 = "sap-rs" version = "0.2.6" authors = ["Michael Bachmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pure Rust implementation of the Session Announcement Protocol" readme = "README.md" keywords = [ "sap", "sdp", "audio", "video", ] categories = [ "multimedia", "network-programming", ] license = "AGPL-3.0-or-later" repository = "https://github.com/babymotte/sap-rs" [lib] name = "sap_rs" path = "src/lib.rs" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.murmur3] version = "0.5.2" [dependencies.sdp] version = "0.6.2" [dependencies.socket2] version = "0.5.7" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "macros", "net", "rt", "sync", "time", ] [lints.clippy] all = "deny" enum_glob_use = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"