raps-admin 4.15.0

Bulk user management operations for ACC/BIM 360 accounts
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"
rust-version = "1.88"
name = "raps-admin"
version = "4.15.0"
authors = ["Dmytro Yemelianov"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bulk user management operations for ACC/BIM 360 accounts"
readme = false
license = "Apache-2.0"
repository = "https://github.com/dmytro-yemelianov/raps.git"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.directories]
version = "5.0"

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.raps-acc]
version = "4.15.0"

[dependencies.raps-kernel]
version = "4.15.0"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "stream",
    "multipart",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "serde",
]

[dev-dependencies.raps-kernel]
version = "4.15.0"
features = ["test-utils"]

[dev-dependencies.tempfile]
version = "3.14"

[dev-dependencies.tokio-test]
version = "0.4"