[package] name = "sync15-traits" version = "0.1.0" authors = ["Thom Chiovoloni "] license = "MPL-2.0" edition = "2018" [features] random-guid = ["sync-guid/random"] [dependencies] sync-guid = { path = "../guid" } serde = { version = "1", features = ["derive"] } serde_json = "1" log = "0.4" ffi-support = "0.4" url = "2.1" anyhow = "1.0"