# 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 = "d4" version = "0.3.9" authors = ["Hao Hou "] description = "The D4 file format implementation" readme = "README.md" license = "MIT" repository = "https://github.com/38/d4-format" [dependencies.d4-framefile] version = "0.3.9" [dependencies.d4-hts] version = "0.3.9" optional = true [dependencies.flate2] version = "1.0.14" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.4" optional = true [dependencies.rayon] version = "1.3.0" optional = true [dependencies.reqwest] version = "0.11.2" features = [ "rustls-tls", "blocking", ] optional = true default-features = false [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.serde_json] version = "1.0.44" [dependencies.smallvec] version = "1.7.0" [dev-dependencies.env_logger] version = "0.9.0" [features] default = [ "depth_profiler", "task", "writer", "http_reader", ] depth_profiler = [ "d4-hts", "rayon", "rand", ] http_reader = ["reqwest"] mapped_io = ["d4-framefile/mapped_io"] seq-task = [] task = [ "mapped_io", "rayon", ] writer = ["mapped_io"]