fix shflags for mode.check in xmake
[liba.git] / Cargo.toml
blob62988a41aa689b29b04a7295dedc6bb91337966a
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 = { version = "0.1", optional = true }
16 cc = "1"
18 [features]
19 static_crt = []
20 # floating-point number are stored using C’s float type
21 float = []
22 std = []