civet-sys 0.3.0

Native bindings to the libcivetweb library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.cc]
version = "1"

[lib]
name = "civet_sys"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
description = "Native bindings to the libcivetweb library"
include = ["/civetweb/src/civetweb.c", "/civetweb/src/*.inl", "/civetweb/include/civetweb.h", "/src/*", "build.rs", "Cargo.toml"]
license = "MIT"
links = "civet"
name = "civet-sys"
repository = "https://github.com/jtgeibel/rust-civet"
version = "0.3.0"