# 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.60.0" name = "webrtc-constraints" version = "0.1.0" authors = ["Vincent Esche "] description = "A pure Rust implementation of WebRTC Media Constraints API" homepage = "https://webrtc.rs" documentation = "https://docs.rs/webrtc-constraints" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/webrtc-rs/constraints" [[example]] name = "json" path = "examples/json.rs" required-features = ["serde"] [dependencies.indexmap] version = "1.9.1" [dependencies.log] version = "0.4.17" [dependencies.ordered-float] version = "3.0.0" default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.91" features = ["preserve_order"] [features] default = ["serde"] serde = [ "dep:serde", "indexmap/serde", ]