# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "shuttle-core" version = "0.3.1" authors = ["Francesco Ceccon "] description = "Library to read, write, hash, and sign the xdr structures used in the Stellar Network." documentation = "https://docs.rs/shuttle-core" readme = "README.md" keywords = ["stellar", "blockchain"] license = "Apache-2.0" repository = "https://github.com/fracek/shuttle-core" [dependencies.base32] version = "0.3.1" [dependencies.base64] version = "0.9.0" [dependencies.bigdecimal] version = "0.0.10" [dependencies.byteorder] version = "1" [dependencies.crc16] version = "0.3.4" [dependencies.num-bigint] version = "0.1.41" [dependencies.num-traits] version = "0.1.41" [dependencies.serde] version = "1.0.27" [dependencies.serde-xdr] version = "0.5.0" [dependencies.serde_bytes] version = "0.10.3" [dependencies.serde_derive] version = "1.0.27" [dependencies.sodiumoxide] version = "0.0.16"