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