[package] name = "libxdiff" version = "0.2.0" edition = "2021" authors = ["Benjamin Levin "] categories = ["api-bindings", "text-processing"] description = "Rust bindings for the libxdiff C library" repository = "https://github.com/bplevin36/libxdiff-rs" homepage = "https://github.com/bplevin36/libxdiff-rs" license = "LGPL-3.0-only" [dependencies] libc = "0.2.139" libxdiff-sys = "0.1.0" [features] default = ["std"] std = []