braintree 0.0.6

An unofficial Braintree client for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "braintree"
version = "0.0.6"
authors = ["Damien Radtke <damienradtke@gmail.com>"]
description = "An unofficial Braintree client for Rust."
repository = "https://github.com/dradtke/braintree-rs"
keywords = ["braintree", "payments"]
license = "MIT"

[dependencies]
RustyXML = "0.1.1"
hyper = "0.10.10"
hyper-native-tls = "0.2.2"
libflate = "0.1.5"
elementtree = "0.4"