anytype 0.2.6

Rust client for Anytype API
Documentation
[dependencies.bytes]
version = "1.11.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4.42"

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3"

[dependencies.keyring]
features = ["apple-native", "windows-native", "sync-secret-service"]
version = "3.6.3"

[dependencies.parking_lot]
version = "0.12.5"

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

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.snafu]
version = "0.8.9"

[dependencies.strum]
features = ["derive"]
version = "0.27.2"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.zeroize]
features = ["derive"]
version = "1.8.2"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.test-log]
features = ["log", "trace"]
version = "0.2.19"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[features]
default = []
keystore-ext = []

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

[package]
authors = ["Steve Schoettler <stevelr-git@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust client for Anytype API"
edition = "2024"
keywords = ["anytype", "api", "client"]
license = "MIT OR Apache-2.0"
name = "anytype"
readme = "README.md"
repository = "https://github.com/stevelr/anytype"
version = "0.2.6"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"

[[test]]
name = "test_cache"
path = "tests/test_cache.rs"

[[test]]
name = "test_filters"
path = "tests/test_filters.rs"

[[test]]
name = "test_members"
path = "tests/test_members.rs"

[[test]]
name = "test_pagination"
path = "tests/test_pagination.rs"

[[test]]
name = "test_properties"
path = "tests/test_properties.rs"

[[test]]
name = "test_search"
path = "tests/test_search.rs"

[[test]]
name = "test_tags"
path = "tests/test_tags.rs"

[[test]]
name = "test_types"
path = "tests/test_types.rs"

[[test]]
name = "test_validation"
path = "tests/test_validation.rs"

[[test]]
name = "test_views"
path = "tests/test_views.rs"