# 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 = "test-catalog" version = "0.1.0" authors = ["Linhe Huo "] description = "Collect and export test cases as a catalog." license = "MIT" [dependencies.cargo_toml] version = "0.10" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-rc.7" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.git2] version = "0.13" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.linked-hash-map] version = "0.5.4" features = ["serde_impl"] [dependencies.project-root] version = "0.2" [dependencies.rusqlite] version = "0.26" features = ["bundled"] [dependencies.serde_json] version = "1.0"