[package] name = "libconfig" version = "0.1.0" authors = ["M-Labs"] edition = "2018" [dependencies] libboard_zynq = { path = "../libboard_zynq" } fatfs = { default-features = false, git = "https://github.com/rafalh/rust-fatfs" } log = "0.4" [features] target_zc706 = [] target_coraz7 = [] target_redpitaya = [] target_kasli_soc = [] ipv6 = [] fat_lfn = [ "fatfs/alloc" ]