# 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 = "ix-match" version = "0.3.1" authors = ["Taylor Denouden "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for matching and moving IIQ files so they can be easily imported into IX Capture." readme = "README.md" license = "MIT" repository = "https://github.com/HakaiInstitute/ix-match" [lib] name = "ix_match" path = "src/lib.rs" [[bin]] name = "ix-match" path = "src/main.rs" required-features = ["cli"] [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.18" features = ["derive"] optional = true [dependencies.globwalker] version = "0.9.0" [dev-dependencies.tempfile] version = "3.12.0" [features] cli = ["dep:clap"] default = ["cli"]