[dependencies.anyhow]
version = "1.0"
[dependencies.dirs]
version = "5.0"
[dependencies.notify]
version = "6.1"
[dependencies.pulldown-cmark]
version = "0.9"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.lazy_static]
version = "1.4"
[dev-dependencies.proptest]
version = "1.4"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "ricecoder_storage"
path = "src/lib.rs"
[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Storage and configuration management for RiceCoder"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-storage"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"
[[test]]
name = "integration_markdown_config"
path = "tests/integration_markdown_config.rs"
[[test]]
name = "property_backward_compatibility_kiro"
path = "tests/property_backward_compatibility_kiro.rs"
[[test]]
name = "property_config_format_roundtrip"
path = "tests/property_config_format_roundtrip.rs"
[[test]]
name = "property_config_merge"
path = "tests/property_config_merge.rs"
[[test]]
name = "property_document_format_support"
path = "tests/property_document_format_support.rs"
[[test]]
name = "property_env_override"
path = "tests/property_env_override.rs"
[[test]]
name = "property_first_run_confirmation"
path = "tests/property_first_run_confirmation.rs"
[[test]]
name = "property_global_resource_storage"
path = "tests/property_global_resource_storage.rs"
[[test]]
name = "property_industry_file_merge_precedence"
path = "tests/property_industry_file_merge_precedence.rs"
[[test]]
name = "property_markdown_config"
path = "tests/property_markdown_config.rs"
[[test]]
name = "property_offline_mode"
path = "tests/property_offline_mode.rs"
[[test]]
name = "property_project_storage"
path = "tests/property_project_storage.rs"
[[test]]
name = "property_relocation_roundtrip"
path = "tests/property_relocation_roundtrip.rs"
[[test]]
name = "property_ricecoder_home_override"
path = "tests/property_ricecoder_home_override.rs"
[[test]]
name = "property_storage_modes"
path = "tests/property_storage_modes.rs"