[package] name = "stripe-update-card" version = "1.1.2" authors = ["François-Guillaume RIBREAU "] homepage = "https://github.com/FGRibreau/stripe-update-card" repository = "https://github.com/FGRibreau/stripe-update-card" readme = "README.md" documentation = "https://docs.rs/stripe-update-card" description = "💳 Stripe update card page" keywords = ["stripe", "card", "payment"] categories = ["web-programming"] license = "MIT" include = ["src/**/*", "Cargo.toml","README.md","Rocket.toml", "templates/**/*"] [dependencies] rocket = "0.3.12" rocket_codegen = "0.3.12" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" lazy_static = "0.2" stripe-rust = "0.4.7" #stripe-rust = { path = "/www/labs/stripe-rs" } #stripe-rust = { git = "https://github.com/fgribreau/stripe-rs", branch = "master" } log = "0.4" [dependencies.rocket_contrib] version = "0.3.12" default-features = false # do not include the default features, and optionally # cherry-pick individual features features = ["json", "handlebars_templates"]