# 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" name = "viz-utils" version = "0.1.2" authors = ["Fangdun Tsai "] description = "Viz utils" license = "Apache-2.0/MIT" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.futures-util] version = "0.3" features = ["sink"] optional = true default-features = false [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_urlencoded] version = "0.7" optional = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.tracing] version = "0.1" optional = true [features] default = ["error", "serde", "futures", "tracing"] error = ["thiserror"] futures = ["futures-util"] serde = ["serde_json", "serde_urlencoded"]