baseforge 0.1.4

Fast dataset discovery and archive helpers for Hugging Face and Zenodo
Documentation
[package]
name = "baseforge"
version = "0.1.4"
description = "Fast dataset discovery and archive helpers for Hugging Face and Zenodo"
license = "MIT"
edition = "2024"
rust-version = "1.85"
authors = ["Trevor Knott (Knott Dynamics)"]
readme = "README.md"
repository = "https://github.com/Tknott95/BaseForge"
homepage = "https://github.com/Tknott95/BaseForge"
documentation = "https://docs.rs/baseforge"
keywords = ["baseforge", "dataset", "huggingface", "zenodo", "archive"]
categories = ["command-line-utilities", "development-tools", "filesystem"]
include = ["Cargo.toml", "Cargo.lock", "README.md", "LICENSE", "CHANGELOG.md", "src/**"]

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

[dependencies]
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls-native-roots"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
urlencoding = "2"