datasheet-cli 0.1.0

Extract footprint/land-pattern drawings from PDF datasheets.
# 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"
rust-version = "1.85"
name = "datasheet-cli"
version = "0.1.0"
authors = ["Alexander Kiselev <alex@akiselev.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract footprint/land-pattern drawings from PDF datasheets."
homepage = "https://github.com/akiselev/datasheet-cli"
readme = "README.md"
keywords = [
    "datasheet",
    "pdf",
    "footprint",
    "pcb",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/akiselev/datasheet-cli"

[[bin]]
name = "datasheet"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.5.54"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "5.0"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "2.10"
features = ["json"]

[dependencies.urlencoding]
version = "2.1"