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