[package] name = "cardano-sdk" version = "0.2.5" authors = ["Vincent Hanquez ", "Nicolas Di Prima "] license = "MIT/Apache-2.0" edition = "2021" description = "Cardano SDK - Only includes supports for the cardano blockchain formats, and the cryptography associated" keywords = ["cardano", "blockchain", "crypto"] repository = "https://github.com/input-output-hk/rust-cardano" homepage = "https://github.com/input-output-hk/rust-cardano/README.md" [dependencies] cryptoxide = "0.4" ed25519-bip32 = "0.4" bip39-dict = { version = "0.1" } hex = "0.4" cbored = { version = "^0.3.3", features = ["derive"] } strum = { version = "0.24", features = ["derive"] } bech32 = "0.9" thiserror = "1"