filemaker-lib 0.2.1

A library for interacting with a filemaker api
Documentation
# 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 = "2024"
name = "filemaker-lib"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for interacting with a filemaker api"
readme = "README.MD"
license-file = "LICENSE"
repository = "https://github.com/Drew-Chase/filemaker-lib"

[lib]
name = "filemaker_lib"
path = "src/lib.rs"

[[example]]
name = "fetch_databases_list"
path = "examples/fetch_databases_list.rs"

[[example]]
name = "filemaker_instance_creation"
path = "examples/filemaker_instance_creation.rs"

[[example]]
name = "filemaker_layout_fetcher"
path = "examples/filemaker_layout_fetcher.rs"

[[example]]
name = "filemaker_multiple_record_adder"
path = "examples/filemaker_multiple_record_adder.rs"

[[example]]
name = "filemaker_record_deleter"
path = "examples/filemaker_record_deleter.rs"

[[example]]
name = "filemaker_record_updater"
path = "examples/filemaker_record_updater.rs"

[[example]]
name = "filemaker_search_results_output"
path = "examples/filemaker_search_results_output.rs"

[[example]]
name = "filemaker_single_record_adder"
path = "examples/filemaker_single_record_adder.rs"

[[example]]
name = "filemaker_total_records_getter"
path = "examples/filemaker_total_records_getter.rs"

[[example]]
name = "get_databases"
path = "examples/get_databases.rs"

[[example]]
name = "main_filemaker"
path = "examples/main_filemaker.rs"

[dependencies.anyhow]
version = ">=1.0.95"

[dependencies.base64]
version = ">=0.22.1"

[dependencies.log]
version = ">=0.4.25"
optional = false

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.reqwest]
version = ">=0.12.12"
features = ["json"]

[dependencies.serde]
version = ">=1"
features = ["derive"]

[dependencies.serde_json]
version = ">=1"

[dependencies.tokio]
version = ">=1.47.1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]