[package] name = "lzd" version = "0.1.1" authors = ["Shunsuke Kanda (kampersanda) "] description = "LZ double-factor factorization" license = "MIT" readme = "README.md" documentation = "https://docs.rs/lzd" repository = "https://github.com/kampersanda/lzd-rs" homepage = "https://github.com/kampersanda/lzd-rs" keywords = ["string", "lz"] categories = ["algorithms", "compression"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] debug_print = [] cli_test = ["assert_cmd"] [dependencies] clap = "2.33.3" assert_cmd = {version = "1.0.7", optional = true}