ricecoder-images 0.1.71

Image support with drag-and-drop, analysis, caching, and terminal display
Documentation
[dependencies.async-trait]
version = "0.1"

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

[dependencies.image]
version = "0.24"

[dependencies.ricecoder-files]
version = "0.1"

[dependencies.ricecoder-providers]
version = "0.1"

[dependencies.ricecoder-storage]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.proptest]
version = "1.4"

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

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

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

[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Image support with drag-and-drop, analysis, caching, and terminal display"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-images"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"

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

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

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

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

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

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

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

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

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