# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "primer-api" version = "2.0.0" description = "primer client, generated from the OpenAPI spec." homepage = "https://github.com/libninjacom/primer-rs" documentation = "https://docs.rs/primer-api" readme = "README.md" license = "MIT" repository = "https://github.com/libninjacom/primer-rs" [lib] name = "primer_api" crate-type = ["rlib"] path = "src/lib.rs" doctest = false plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "cancel_payment_payments_id_cancel_post" path = "examples/cancel_payment_payments_id_cancel_post.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "capture_payment_payments_id_capture_post" path = "examples/capture_payment_payments_id_capture_post.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "create_client_side_token_client_session_post" path = "examples/create_client_side_token_client_session_post.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "create_payment_payments_post" path = "examples/create_payment_payments_post.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "delete_payment_method_payment_methods_token_delete" path = "examples/delete_payment_method_payment_methods_token_delete.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_payment_by_id_payments_id_get" path = "examples/get_payment_by_id_payments_id_get.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "get_payment_methods_payment_methods_get" path = "examples/get_payment_methods_payment_methods_get.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "list_payments_payments_get" path = "examples/list_payments_payments_get.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "refund_payment_payments_id_refund_post" path = "examples/refund_payment_payments_id_refund_post.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "resume_payment_payments_id_resume_post" path = "examples/resume_payment_payments_id_resume_post.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "retrieve_client_side_token_client_session_get" path = "examples/retrieve_client_side_token_client_session_get.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "set_payment_method_default_payment_methods_token_default_post" path = "examples/set_payment_method_default_payment_methods_token_default_post.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "update_client_side_token_client_session_patch" path = "examples/update_client_side_token_client_session_patch.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [[example]] name = "vault_payment_method_payment_methods_token_vault_post" path = "examples/vault_payment_method_payment_methods_token_vault_post.rs" plugin = false proc-macro = false required-features = [] edition = "2021" [dependencies.anyhow] version = "1.0.57" [dependencies.httpclient] version = "0.8.0" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = false [dependencies.serde_json] version = "1.0.81" [dev-dependencies.tokio] version = "1.18.2" features = ["full"] optional = false