Rust API bindings for the Stripe v1 HTTP API
Put this in your Cargo.toml:
Cargo.toml
[dependencies] stripe-rust = "0.4.1"
And this in your crate root:
extern crate stripe;