[package] name = "sds" version = "0.1.0" authors = ["Clay Molocznik "] license = "MIT" readme = "README.md" repository = "https://github.com/run-mojo/sds" homepage = "https://github.com/run-mojo/sds" documentation = "https://docs.rs/sds" description = """ Rust wrapper for the Simple Dynamic Strings lib created and maintained for Redis """ build = "build.rs" [lib] bench = false crate-type = ["dylib", "rlib"] [dependencies] libc = "0.2" [dev-dependencies] bencher = "0.1.5" [build-dependencies] gcc = "0.3"