# 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 = "mlcheck" version = "0.1.6" authors = ["Michael Mullarkey "] description = "A tool to check files for ML best practices" homepage = "https://github.com/mcmullarkey/mlcheck" readme = "README.md" keywords = [ "cli", "search", "ml", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/mcmullarkey/mlcheck" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.colored] version = "2.1.0" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.rusqlite] version = "0.31.0" [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]