photography

A tool for managing large amounts of images semi-automatically
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/photography.git
Log | Files | Refs

Cargo.toml (926B)


      1 [package]
      2 name = "photography"
      3 version = "0.1.0"
      4 edition = "2021"
      5 rust-version = "1.81"
      6 
      7 [dependencies]
      8 async-nats = "0.35.1"
      9 color-eyre = "0.6.3"
     10 tokio = { version = "1.38.0", features = ["full"] }
     11 tracing = "0.1.40"
     12 tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
     13 xmp_toolkit = "1.7.3"
     14 futures = "0.3.30"
     15 notify-debouncer-full = "0.3.1"
     16 bytes = "1.6.0"
     17 bincode = "1.3.3"
     18 serde = { version = "1.0.203", features = ["derive"] }
     19 clap = { version = "4.5.7", features = ["derive"] }
     20 rexiv2 = "0.10.0"
     21 time = { version = "0.3.36", features = ["macros"] }
     22 simple-c2pa = { version = "0.0.14", git = "https://github.com/mtrnords-photography-manager/simple-c2pa.git" }
     23 walkdir = "2.5.0"
     24 vfs = { version = "0.12.0", features = ["async-vfs", "tokio"] }
     25 file-lock = "2.1.11"
     26 c2pa = { version = "0.32.2", features = ["file_io", "unstable_api"], git = "https://github.com/mtrnords-photography-manager/c2pa-rs.git" }