release 0.1.12
[liba.git] / Cargo.toml
blobe45615c7aa22f0ad1cdb6b47b308f7f45aeccdbd
1 [package]
2 name = "liba"
3 version = "0.1.12"
4 authors = ["tqfx <tqfx@tqfx.org>"]
5 description = "An algorithm library based on C/C++"
6 documentation = "https://docs.rs/liba"
7 repository = "https://github.com/tqfx/liba"
8 homepage = "https://github.com/tqfx/liba"
9 license = "MPL-2.0"
10 keywords = ["algorithm"]
11 categories = ["algorithms"]
12 edition = "2018"
14 [build-dependencies]
15 cmake = "0.1"
17 [features]
18 std = []
19 # floating-point number are stored using C’s float type
20 float = []