# 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 = "fileslice" version = "0.5.0" authors = ["Alex Sayers "] description = "Slices of files" license = "Unlicense" repository = "https://github.com/asayers/fileslice" [dependencies.bytes] version = "1.6.1" optional = true [dependencies.parquet] version = "52.1.0" optional = true default-features = false [dependencies.tar] version = "0.4.41" optional = true [dev-dependencies.parquet] version = "52.1.0" features = ["zstd"] default-features = false [features] bytes = ["dep:bytes"] default = [ "parquet", "tar", ] parquet = [ "dep:parquet", "bytes", ] tar = ["dep:tar"]