[badges.travis-ci]
branch = "master"
repository = "Mossop/cityhash"
[[bin]]
name = "cityhash"
path = "src/bin.rs"
[build-dependencies.bindgen]
version = "0.49.2"
[build-dependencies.cc]
version = "1.0"
[dependencies.clap]
features = ["yaml", "wrap_help"]
version = "2.33.0"
[dependencies.libc]
version = "0.2"
[package]
authors = ["Dave Townsend <dtownsend@oxymoronical.com>"]
description = "Rust bindings for CityHash."
edition = "2018"
license = "MIT"
name = "cityhash"
readme = "README.md"
repository = "https://github.com/Mossop/cityhash-rs"
version = "0.1.1"