# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "maze-serval" version = "0.2.19" authors = ["wsyxbcl "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "serval" description = "Serval helps you prepare data for Maze and Trapper" readme = "README.md" keywords = [ "camtrap", "camera-trap", ] license = "GPL-3.0-or-later" repository = "https://github.com/wsyxbcl/Serval" [profile.release-lto] opt-level = "s" lto = true inherits = "release" [lib] name = "serval" path = "src/lib.rs" [[bin]] name = "serval" path = "src/main.rs" [[bin]] name = "serval-xmp-extract" path = "bin/serval-xmp-extract.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.indicatif] version = "0.17.8" [dependencies.itertools] version = "0.13.0" [dependencies.polars] version = "0.43.1" features = [ "lazy", "strings", "list_eval", "csv", "dtype-struct", "is_in", "dynamic_group_by", "dtype-datetime", "timezones", "polars-io", ] [dependencies.rayon] version = "1.10.0" [dependencies.rustyline] version = "14.0.0" features = ["derive"] [dependencies.walkdir] version = "2.5.0" [dependencies.xmp_toolkit] version = "1.9.1"