spiro-sys 0.1.1

Rust bindings for libspiro
Documentation
[package]
name = "spiro-sys"
version = "0.1.1"
authors = ["Fredrick Brennan <copypaste@kittens.ph>"]
edition = "2018"
description = "Rust bindings for libspiro"
links = "spiro"
repository = "https://github.com/mfeq/spiro-sys/"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
build-bindgen = ["bindgen"]

[build-dependencies]
cc = "1.0"

[build-dependencies.bindgen]
version = "0.55"
optional = true

[target.'cfg(target_family = "windows")'.build-dependencies]
dos2unix = "=0.1.0"