aa_fastlink 0.5.0

Share your Anna's Archive membership, without sharing your secret key!
# 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 = "aa_fastlink"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Share your Anna's Archive membership, without sharing your secret key!"
readme = "README.md"
license = "MIT-0"

[[bin]]
name = "aa-fastlink"
path = "src/main.rs"

[dependencies.env_logger]
version = "0.11.*"

[dependencies.log]
version = "0.4.*"

[dependencies.reqwest]
version = "0.13.*"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "1.0.*"
features = ["derive"]

[dependencies.tokio]
version = "1.52.*"
features = ["full"]

[dependencies.warp]
version = "0.4.*"
features = ["server"]

[dev-dependencies]

[profile.dev]
opt-level = 0
lto = false
codegen-units = 256
debug = 2
debug-assertions = true
rpath = false
panic = "unwind"
overflow-checks = true
incremental = true
strip = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 16
debug = 0
debug-assertions = false
rpath = false
panic = "unwind"
overflow-checks = false
incremental = true
strip = "symbols"