rename description
[liba.git] / Cargo.toml
blob4f52184d9e88a7be5c1720dd62e3c2cf916d8844
1 [package]
2 name = "liba"
3 version = "0.1.9"
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 = []