# 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 = "rtc-shared" version = "0.2.1" authors = ["Rain Liu "] description = "RTC Shared in Rust" homepage = "https://webrtc.rs" documentation = "https://docs.rs/rtc-shared" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/webrtc-rs/rtc" [dependencies.aes] version = "0.8.4" [dependencies.aes-gcm] version = "0.10.3" features = ["std"] [dependencies.bytes] version = "1.5.0" [dependencies.p256] version = "0.13.2" features = [ "default", "ecdh", "ecdsa", ] [dependencies.rcgen] version = "0.12.1" [dependencies.retty] version = "0.29.0" [dependencies.sec1] version = "0.7.3" features = ["std"] [dependencies.thiserror] version = "1.0.58" [dependencies.url] version = "2.5.0" [features] crypto = [] default = [ "crypto", "marshal", "replay", ] marshal = [] replay = []