# 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 = "lz4_flex-util" version = "0.1.0" authors = ["Kalle Samuels ", "William Batista "] description = "A program to compress and decompress with LZ4" readme = "README.md" keywords = ["lz4", "cli", "compression"] license = "BSD-2-Clause" repository = "https://github.com/billyb2/lz4util" resolver = "2" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" [[bin]] name = "lz4" path = "src/main.rs" doc = false [dependencies.clap] version = "2" [dependencies.lz4_flex] version = "0.8" features = ["checked-decode", "frame"] default-features = false