# 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 = "carbone-sdk-rust" version = "1.0.0" authors = ["Carbone.io "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate documents with Carbone, using templates and JSON data-set. Create invoices, reports, certificates, contracts, financial statements, documents like Word files, Excel sheets, CSVs, PowerPoint slides, and more. The template can be a DOCX, PPTX, XLSX, CSV, XML, HTML and many formats." homepage = "https://carbone.io" readme = "README.md" keywords = [ "document", "automation", "pdf", "docx", "xlsx", ] categories = [ "template-engine", "api-bindings", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/carboneio/carbone-sdk-rust" [lib] name = "carbone_sdk_rust" path = "src/lib.rs" [[test]] name = "blocking" path = "tests/blocking.rs" required-features = ["blocking"] [[test]] name = "carbone_response_test" path = "tests/carbone_response_test.rs" [[test]] name = "carbone_test" path = "tests/carbone_test.rs" [[test]] name = "config_test" path = "tests/config_test.rs" [[test]] name = "helper" path = "tests/helper.rs" [[test]] name = "render_test" path = "tests/render_test.rs" [[test]] name = "template_test" path = "tests/template_test.rs" [[test]] name = "types_test" path = "tests/types_test.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.bytes] version = "1.4.0" [dependencies.data-encoding] version = "2" [dependencies.mime_guess] version = "2" [dependencies.reqwest] version = "0.11.16" features = [ "multipart", "blocking", "json", ] [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.serde_with] version = "3.1.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0.40" [dependencies.validator] version = "0.16" features = ["derive"] [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.tokio] version = "1" features = ["full"] [features] blocking = []