# 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 = "healthkit-to-sqlite-cli" version = "0.0.4" authors = ["Justin Shrake"] exclude = [ "/example/*", "/.github/*", ] autotests = false description = """ Command-line tool to convert Apple HealthKit data to a SQLite database. """ homepage = "https://github.com/jshrake/healthkit-to-sqlite" documentation = "https://docs.rs/healthkit-to-sqlite-cli" readme = "README.md" categories = [ "science", "database", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jshrake/healthkit-to-sqlite" [[bin]] name = "healthkit-to-sqlite" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.0.32" features = [ "derive", "env", ] [dependencies.console] version = "0.15.3" [dependencies.dialoguer] version = "0.10.2" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.0" [dependencies.indicatif] version = "0.17.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.quick-xml] version = "0.26.0" [dependencies.serde_json] version = "1.0.91" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-native-tls", "sqlite", "json", "time", ] [dependencies.time] version = "0.3.17" [dependencies.tokio] version = "1" features = ["full"] [dependencies.zip] version = "0.6.3"