[package] name = "vnd-atproto-cli" version = "0.0.1" edition = "2021" [dependencies] base58 = "0.2.0" base32 = "0.5.1" base64 = "0.22.1" sha2 = "0.10.8" client = { package = "vnd-atproto-client", path = "../client"} clap = { version = "4.5.31", features = ["derive"] } rustyline = "15.0.0" shellwords = "1.1.0" hidapi = "2.6.3" ledger-transport-hid = "0.11.0" cid = { version = "0.11.1", default-features = false } serde_ipld_dagcbor = { git = "http://github.com/ipld/serde_ipld_dagcbor", branch = "master", default-features = false } serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } serde_json = { version = "1.0", default-features = false, features = ["alloc"] } tokio = { version = "1.38.1", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync"] }