# 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 = "shuffly" version = "0.1.3" description = "Increases compressability of data with fixed-sized records." homepage = "https://github.com/VeaaC/shuffly" keywords = ["compression", "flatdata"] license = "MIT" repository = "https://github.com/VeaaC/shuffly" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.crossbeam] version = "0.8.1" [dependencies.lz4] version = "1.23.2" [dependencies.num_cpus] version = "1.13.1" [dependencies.rayon] version = "1.5.1" [dependencies.structopt] version = "0.3.25" [dependencies.thiserror] version = "1.0.30"