[package] name = "sync-test" version = "0.1.0" authors = ["Thom Chiovoloni "] edition = "2021" license = "MPL-2.0" [dependencies] viaduct = { path = "../../components/viaduct" } viaduct-hyper = { path = "../../components/support/viaduct-hyper" } autofill = { path = "../../components/autofill" } logins = { path = "../../components/logins" } sync15 = { path = "../../components/sync15" } sync_manager = { path = "../../components/sync_manager" } restmail-client = { path = "../../components/support/restmail-client" } tabs = { path = "../../components/tabs" } fxa-client = { path = "../../components/fxa-client" } sync-guid = { path = "../../components/support/guid", features = ["rusqlite_support", "random"]} interrupt-support = { path = "../../components/support/interrupt" } url = "2.2" env_logger = "0.10" log = "0.4" anyhow = "1.0" rand = "0.8" lazy_static = "1.4" clap = { version = "4.5.39", default-features = false, features = ["std", "derive"] } serde = "1.0" serde_derive = "1.0" serde_json = "1.0" base64 = "0.21" cli-support = { path = "../../examples/cli-support" } nss = { path = "../../components/support/rc_crypto/nss" }