# 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 = "stripe-update-card" version = "1.1.2" authors = ["François-Guillaume RIBREAU "] include = ["src/**/*", "Cargo.toml", "README.md", "Rocket.toml", "templates/**/*"] description = "💳 Stripe update card page" homepage = "https://github.com/FGRibreau/stripe-update-card" documentation = "https://docs.rs/stripe-update-card" readme = "README.md" keywords = ["stripe", "card", "payment"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/FGRibreau/stripe-update-card" [dependencies.lazy_static] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rocket] version = "0.3.12" [dependencies.rocket_codegen] version = "0.3.12" [dependencies.rocket_contrib] version = "0.3.12" features = ["json", "handlebars_templates"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.stripe-rust] version = "0.4.7"