# 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 = "eugene" version = "0.6.2" authors = ["Robin Kåveland "] publish = true description = "Careful with That Lock, Eugene" homepage = "https://kaveland.no/eugene" readme = "README.md" license = "MIT" repository = "https://github.com/kaaveland/eugene.git" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap_complete] version = "4.5.2" [dependencies.env_logger] version = "0.11.3" [dependencies.handlebars] version = "5.1.2" [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4.21" features = ["kv"] [dependencies.nom] version = "7.1.3" [dependencies.once_cell] version = "1.19.0" [dependencies.pg_query] version = "5.1.0" [dependencies.postgres] version = "0.19.7" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tempfile] version = "3.10.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.uuid] version = "1.8.0" features = ["v4"]