[package] name = "bytecmp" version = "0.5.1" authors = [ "Vlad-Sebastian Cretu ", "Charles Hubain " ] description = "bytecmp offers fast binary data comparison algorithms to enumerate common substrings, unique substrings or determine a patch set" categories = ["algorithms"] documentation = "https://docs.rs/bytecmp" homepage = "https://github.com/yourlogarithm/bytecmp" repository = "https://github.com/yourlogarithm/bytecmp" license = "MIT" [dependencies] bytepack = "0.4" [dev-dependencies] rand = "0.8.5"