shuttle-core 0.1.0

Library to read, write, hash, and sign the xdr structures used in the Stellar Network.
Documentation
# 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.1.0"
authors = ["Francesco Ceccon <francesco@ceccon.me>"]
description = "Library to read, write, hash, and sign the xdr structures used in the Stellar Network."
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.byteorder]
version = "1"

[dependencies.crc16]
version = "0.3.4"

[dependencies.sodiumoxide]
version = "0.0.16"

[dependencies.xdr-codec]
version = "0.4.4"