Adding upstream version 0.0.22.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2f814b513a
commit
b06d3acde8
190 changed files with 61565 additions and 0 deletions
58
icann-rdap-cli/Cargo.toml
Normal file
58
icann-rdap-cli/Cargo.toml
Normal file
|
@ -0,0 +1,58 @@
|
|||
[package]
|
||||
name = "icann-rdap-cli"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
description = """
|
||||
An RDAP Command Line Interface client.
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
|
||||
icann-rdap-client = { version = "0.0.22", path = "../icann-rdap-client" }
|
||||
icann-rdap-common = { version = "0.0.22", path = "../icann-rdap-common" }
|
||||
|
||||
anyhow.workspace = true
|
||||
clap.workspace = true
|
||||
chrono.workspace = true
|
||||
const_format.workspace = true
|
||||
directories.workspace = true
|
||||
dotenv.workspace = true
|
||||
hickory-client.workspace = true
|
||||
minus.workspace = true
|
||||
pct-str.workspace = true
|
||||
prefix-trie.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
strum.workspace = true
|
||||
strum_macros.workspace = true
|
||||
termimad.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
icann-rdap-srv = { path = "../icann-rdap-srv" }
|
||||
|
||||
# cli assertions
|
||||
assert_cmd = "2.0.11"
|
||||
|
||||
# CIDR utilities
|
||||
cidr-utils = "0.5"
|
||||
|
||||
# fixture testings
|
||||
rstest = "0.17.0"
|
||||
|
||||
# serial testings
|
||||
serial_test = "2.0.0"
|
||||
|
||||
# test directories
|
||||
test_dir = "0.2.0"
|
||||
|
||||
# tracing
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
Loading…
Add table
Add a link
Reference in a new issue