forked from gnzlbg/sleef-sys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
41 lines (36 loc) · 1.06 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[package]
name = "sleef-sys"
version = "0.1.2"
authors = ["gnzlbg <[email protected]>"]
links = "sleef"
build = "build.rs"
readme = "readme.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/gnzlbg/sleef-sys"
homepage = "https://github.com/gnzlbg/sleef-sys"
documentation = "https://docs.rs/sleef-sys"
categories = ["api-bindings", "external-ffi-bindings", "no-std", "hardware-support"]
keywords = ["simd", "libm", "vector", "math", "ffi"]
description = """
Rust FFI bindings to the SLEEF Vectorized Math Library
"""
[badges]
appveyor = { repository = "gnzlbg/sleef-rs" }
travis-ci = { repository = "gnzlbg/sleef-rs" }
codecov = { repository = "gnzlbg/sleef-rs" }
is-it-maintained-issue-resolution = { repository = "gnzlbg/sleef-rs" }
is-it-maintained-open-issues = { repository = "gnzlbg/sleef-rs" }
maintenance = { status = "experimental" }
[lib]
test = false
bench = false
[dependencies]
libc = { version = "0.2", default-features = false }
cfg-if = "^0.1"
[build-dependencies]
cmake = "^0.1"
bindgen = "^0.51"
env_logger = "0.6"
[features]
default = []
dft = []