reader-sync 0.3.2

Sync Readwise Reader documents into a PostgreSQL database
# 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 = "2024"
name = "reader-sync"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync Readwise Reader documents into a PostgreSQL database"
readme = "README.md"
license = "MIT"

[[bin]]
name = "reader-sync"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.79"

[dependencies.chrono]
version = "0.4.33"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.env_logger]
version = "0.11.1"

[dependencies.log]
version = "0.4.20"

[dependencies.serde]
version = "1.0.196"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.113"

[dependencies.serde_path_to_error]
version = "0.1.15"

[dependencies.sqlx]
version = "0.7.3"
features = [
    "bigdecimal",
    "chrono",
    "json",
    "migrate",
    "postgres",
    "runtime-tokio",
    "tls-rustls",
]

[dependencies.tokio]
version = "1.36.0"
features = ["macros"]

[dependencies.ureq]
version = "2.9.4"
features = [
    "gzip",
    "json",
    "tls",
]

[profile.dev]
debug = 0
panic = "abort"

[profile.dev.package.sqlx-macros]
opt-level = 3

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true