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