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
42
icann-rdap-client/Cargo.toml
Normal file
42
icann-rdap-client/Cargo.toml
Normal file
|
@ -0,0 +1,42 @@
|
|||
[package]
|
||||
name = "icann-rdap-client"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
description = """
|
||||
An RDAP client library.
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
|
||||
icann-rdap-common = { version = "0.0.22", path = "../icann-rdap-common" }
|
||||
|
||||
buildstructor.workspace = true
|
||||
cidr.workspace = true
|
||||
chrono.workspace = true
|
||||
const_format.workspace = true
|
||||
idna.workspace = true
|
||||
ipnet.workspace = true
|
||||
jsonpath-rust.workspace = true
|
||||
jsonpath_lib.workspace = true
|
||||
pct-str.workspace = true
|
||||
regex.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
strum.workspace = true
|
||||
strum_macros.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
tokio.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
# fixture testings
|
||||
rstest = "0.17.0"
|
||||
|
||||
# tokio async runtime
|
||||
tokio = { version = "1.21", features = [ "full" ] }
|
Loading…
Add table
Add a link
Reference in a new issue