# 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 = "fm-script-client" version = "1.0.0" authors = ["Ben Scholzen 'DASPRiD' "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async client to execute scripts on FileMaker servers through Data- and OData API" readme = "README.md" license = "MIT" repository = "https://github.com/soliantconsulting/fm-script-client-rs" [lib] name = "fm_script_client" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.reqwest] version = "0.12.9" features = ["json"] default-features = false [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" [dependencies.url] version = "2.5.4" [dev-dependencies.mockito] version = "1.6.1" [dev-dependencies.tokio] version = "1.41.1" features = ["full"] [features] default = ["reqwest/default-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]