baseforge 0.1.3

Fast dataset discovery and archive helpers for Hugging Face and Zenodo
Documentation
# 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 = "baseforge"
version = "0.1.3"
authors = ["Trevor Knott (Knott Dynamics)"]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast dataset discovery and archive helpers for Hugging Face and Zenodo"
homepage = "https://github.com/Tknott95/BaseForge"
documentation = "https://docs.rs/baseforge"
readme = "README.md"
keywords = [
    "baseforge",
    "dataset",
    "huggingface",
    "zenodo",
    "archive",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Tknott95/BaseForge"

[lib]
name = "baseforge"
path = "src/lib.rs"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.urlencoding]
version = "2"