[package] name = "libconfig" version = "0.1.0" authors = ["M-Labs"] edition = "2018" [dependencies] libboard_zynq = { path = "../libboard_zynq" } core_io = { version = "0.1", features = ["collections"] } fatfs = { version = "0.3", features = ["core_io"], default-features = false } log = "0.4" [features] target_zc706 = [] target_coraz7 = [] target_redpitaya = [] target_kasli_soc = [] ipv6 = [] fat_lfn = [ "fatfs/alloc" ]