# 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 = "zng-tp-licenses" version = "0.2.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_third_party_licenses" readme = "README.md" keywords = [ "gui", "ui", "user-interface", "zng", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/zng-ui/zng" [lib] name = "zng_tp_licenses" path = "src/lib.rs" [dependencies.bincode] version = "1.3" optional = true [dependencies.deflate] version = "1.0" optional = true [dependencies.inflate] version = "0.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.zng-txt] version = "0.2.8" [features] build = [ "dep:serde_json", "dep:deflate", "dep:bincode", ] bundle = [ "dep:inflate", "dep:bincode", ]