dam 0.1.3

Digital Asset Manager
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "dam"
version = "0.1.3"
authors = ["Liam Perlaki <lperlaki@icloud.com>"]
description = "Digital Asset Manager"
readme = "./README.md"
license = "MIT"
repository = "https://github.com/lperlaki/dam"
[dependencies.checksum]
version = "0.2.1"

[dependencies.chrono]
version = "0.4.6"

[dependencies.clap]
version = "2.32.0"

[dependencies.open]
version = "1.2.2"

[dependencies.rexif]
version = "0.3.5"

[dependencies.rusqlite]
version = "0.16.0"
features = ["chrono", "blob", "backup"]

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

[dependencies.serde_json]
version = "1.0.38"