# 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] name = "vizio-openrtb" version = "0.2.3" authors = [ "Tim Cheeseman ", "Kon Rybnikov ", ] description = "OpenRTB v2.5 and OpenRTB Dynamic Native Ads v1.2 types for rust forked for Vizio" homepage = "https://github.com/vizio-ad-tech/openrtb-rust" documentation = "https://docs.rs/openrtb/" readme = "README.md" keywords = ["openrtb"] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/vizio-ad-tech/openrtb-rust" [lib] name = "vizio_openrtb" [dependencies.phf] version = "~0.8.0" features = ["macros"] [dependencies.phf_macros] version = "~0.8.0" [dependencies.serde] version = "~1.0" [dependencies.serde_derive] version = "~1.0" [dependencies.serde_json] version = "~1.0" [dev-dependencies.reqwest] version = "~0.10.6" features = [ "json", "blocking", ]