[package] name = "rscompress-transformation" version = "0.2.3" authors = ["ucyo "] edition = "2018" license = "MIT" description = "Library for data transformation supporting rscompress." homepage = "https://github.com/ucyo/rscompress" documentation = "https://github.com/ucyo/rscompress/" repository = "https://github.com/ucyo/rscompress/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.*" suffix_array = "0.5.*" [dev-dependencies] rand = "0.8.*" criterion = {version = "0.3.*", features = ["html_reports"]} [[bench]] name = "bench" harness = false