[package] name = "timegraph-identity" version = "0.1.3" edition = "2021" description = "Timegraph Identity" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.0" bs58 = "0.4" multibase = "0.8" hex = "0.4.3" anyhow = { version = "1" , features = ["backtrace"] } getrandom = { version = "0.2.8", features = ["js"] } #schnorrkel = "0.10.2" #rust-bip39 = "1.0.0" #rosetta-crypto = { path = "../.extra/chain-connectors/rosetta-crypto" } rosetta-crypto = { git = "https://github.com/Analog-Labs/chain-connectors.git", version="0.4.0", tag="v0.4.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde-xdr = "0.6.0" strum = { version = "0.24", features = ["derive"] }