radicle-core 0.1.0

Radicle core data type definitions
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 = "2021"
rust-version = "1.85.0"
name = "radicle-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Radicle core data type definitions"
homepage = "https://radicle.xyz"
readme = false
keywords = [
    "radicle",
    "git",
    "data-types",
]
license = "MIT OR Apache-2.0"
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"

[features]
default = ["std"]
git2 = [
    "dep:git2",
    "radicle-oid/git2",
]
gix = [
    "dep:gix-hash",
    "radicle-oid/gix",
]
std = [
    "radicle-oid/std",
    "thiserror/std",
    "schemars/std",
    "serde/std",
]

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

[dependencies.git2]
version = "0.20.4"
features = ["vendored-libgit2"]
optional = true
default-features = false

[dependencies.gix-hash]
version = "0.22.1"
features = ["sha1"]
optional = true
default-features = false

[dependencies.multibase]
version = "0.9.1"

[dependencies.proptest]
version = "1.9"
optional = true

[dependencies.qcheck]
version = "1"
optional = true
default-features = false

[dependencies.radicle-crypto]
version = "0.15"

[dependencies.radicle-git-ref-format]
version = "0.1.0"
optional = true
default-features = false

[dependencies.radicle-oid]
version = "0.1.0"
features = ["sha1"]
default-features = false

[dependencies.schemars]
version = "1.0.4"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
optional = true
default-features = false

[dependencies.sqlite]
version = "0.32.0"
optional = true

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.proptest]
version = "1.9"

[dev-dependencies.serde_json]
version = "1.0"

[lints.clippy]
enum_variant_names = "allow"
fallible_impl_from = "deny"
fn_params_excessive_bools = "deny"
indexing_slicing = "deny"
must_use_candidate = "deny"
type_complexity = "allow"
unneeded_field_pattern = "deny"
wildcard_enum_match_arm = "deny"