any_type 0.4.0

A library for the Anytype 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 = "any_type"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for the Anytype API "
homepage = "https://codeberg.org/dpduck/any_type"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/dpduck/any_type"

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

[[bin]]
name = "any_type_repl"
path = "src/bin/any_type_repl.rs"

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

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

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

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

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

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

[dependencies.http]
version = "1.4"

[dependencies.reqwest]
version = "0.12.25"
features = ["json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1.48"
features = ["full"]