[package] name = "crmprs" authors = ["Rafael Ortiz "] version = "0.1.0" edition = "2018" description = "Compress a series of given strings using CRC64. Uses the underlying `crc64` crate." license = "BSD-3-Clause" readme = "README.md" repository = "https://github.com/RafaelOrtizRC/crmprs" homepage = "https://github.com/RafaelOrtizRC/crmprs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crc64 = "1.0.0" clap = "2.33.3"