spacetimedb-paths 1.3.0

The spacetimedb directory structure, represented as a type hierarchy
Documentation
[dependencies.anyhow]
version = "1.0.68"

[dependencies.chrono]
default-features = false
features = ["now"]
version = "0.4.24"

[dependencies.fs2]
version = "0.4.3"

[dependencies.itoa]
version = "1"

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

[dependencies.thiserror]
version = "1.0.37"

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

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

[lints.clippy]
result_large_err = "allow"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tokio_unstable)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The spacetimedb directory structure, represented as a type hierarchy"
edition = "2021"
license-file = "LICENSE"
name = "spacetimedb-paths"
readme = "README.md"
resolver = "3"
rust-version = "1.88.0"
version = "1.3.0"

[target."cfg(not(windows))".dependencies.xdg]
version = "2.5"

[target."cfg(windows)".dependencies.dirs]
version = "5.0.1"

[target."cfg(windows)".dependencies.junction]
version = "1"