nomad-cli 0.1.1

Nomad CLI - extract structured web content
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "nomad-cli"
version = "0.1.1"
description = "Nomad CLI - extract structured web content"
license = "AGPL-3.0-only"
homepage = "https://nomad.abdallahzain.dev"
repository = "https://github.com/Abdallah4Z/Nomad"
edition = "2021"

[dependencies]
clap = { version = "4", features = ["derive", "env"] }
clap_complete = "4"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls", "json"] }
nomad-core = { path = "../../nomad-core", version = "0.1", default-features = false, features = ["rustls-tls"] }
nomad-common = { path = "../../nomad-common", version = "0.1" }
hex = "0.4"