[package] name = "gawires-diff" version = "1.0.0" description = "Gawires binary diff library" license = "Apache-2.0 OR MIT" authors = ["Vincent Roy "] edition = "2018" repository = "https://github.com/metakernel/gawires-diff" [features] default = ["enc"] enc = ["byteorder", "integer-encoding"] instructions = [] [dependencies] # for enc byteorder = { version = "1.3.4", optional = true } integer-encoding = { version = "2.0.0", optional = true, default-features = false } # other deps log = "0.4.11" sacabase = "2.0.0" sacapart = "2.0.0" divsufsort = "2.0.0" rayon = "1.4.0" [dev-dependencies] proptest = "0.10.1"