# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "varnishslog-types" version = "0.5.2" authors = ["Jakub Pastuszek "] description = "Serde types for varnishslog output" documentation = "https://docs.rs/varnishslog-types" readme = "README.md" keywords = ["varnish", "log"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/jpastuszek/varnishslog-types" [lib] bench = false [[bench]] name = "json" harness = false [dependencies.linear-map] version = "1.2.0" features = ["serde_impl"] [dependencies.serde] version = "1.0.84" [dependencies.serde_derive] version = "1.0.84" [dev-dependencies.criterion] version = "0.2.8" [dev-dependencies.serde_json] version = "1.0.36"