2020-09-09 17:56:50 +08:00
|
|
|
[package]
|
|
|
|
name = "libconfig"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["M-Labs"]
|
2024-08-05 13:11:56 +08:00
|
|
|
edition = "2021"
|
2020-09-09 17:56:50 +08:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libboard_zynq = { path = "../libboard_zynq" }
|
|
|
|
log = "0.4"
|
|
|
|
|
2024-10-04 12:52:40 +08:00
|
|
|
[dependencies.fatfs]
|
|
|
|
git = "https://github.com/rafalh/rust-fatfs"
|
|
|
|
rev = "85f06e0"
|
|
|
|
default-features = false
|
|
|
|
features = ["alloc", "lfn"]
|
|
|
|
|
2020-09-09 17:56:50 +08:00
|
|
|
[features]
|
2020-10-14 12:53:32 +08:00
|
|
|
target_zc706 = []
|
2020-11-14 00:56:47 +08:00
|
|
|
target_coraz7 = []
|
2024-09-30 14:08:58 +08:00
|
|
|
target_ebaz4205 = []
|
2020-10-14 12:53:32 +08:00
|
|
|
target_redpitaya = []
|
2020-11-20 02:41:38 +08:00
|
|
|
target_kasli_soc = []
|
2020-09-09 17:56:50 +08:00
|
|
|
ipv6 = []
|
2024-10-04 12:52:40 +08:00
|
|
|
fat_lfn = [ "fatfs/alloc" ]
|