# 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 = "framels" version = "0.7.6" authors = ["Philippe Llerena"] build = false exclude = [ "images", "samples", ".devcontainer", ".github", "comparaison", ] autobins = false autoexamples = false autotests = false autobenches = false description = "a simple command line tool to list frame sequence in friendly way" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/forticheprod/fls" [profile.release] lto = true [lib] name = "framels" path = "src/lib.rs" [[bin]] name = "fls" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [[bench]] name = "mega" path = "benches/mega.rs" harness = false [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.exr] version = "1.72.0" [dependencies.jwalk] version = "0.8.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.6" features = [ "std", "unicode-perl", ] default-features = false [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.serde] version = "1.0.204" [dev-dependencies.serde_json] version = "1.0.122" [dev-dependencies.sys-locale] version = "0.3.1"