[package] name = "atpfs" version = "0.1.0" edition = "2021" [dependencies] bpaf = { version = "0.9", features = ["derive"] } anyhow = "1.0" scc = "2.1" url = "2.5" futures = "0.3" async-trait = "0.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" jacquard = { git = "https://tangled.org/nonbinary.computer/jacquard", default-features = false, features = ["api", "cache"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tokio = { version = "1.0", features = ["full"] } [target.'cfg(target_os = "linux")'.dependencies] easy_fuser = { version = "0.4", features = ["parallel"] } libc = "0.2"