osp-cli 1.5.1

CLI and REPL for querying and managing OSP infrastructure data
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 = "2024"
rust-version = "1.94"
name = "osp-cli"
version = "1.5.1"
build = false
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/LICENSE",
    "/README.md",
    "/CHANGELOG.md",
    "/src/**",
    "/docs/*.md",
    "/tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI and REPL for querying and managing OSP infrastructure data"
homepage = "https://github.com/unioslo/osp-cli-rs"
documentation = "https://docs.rs/osp-cli"
readme = "README.md"
keywords = [
    "cli",
    "repl",
    "ldap",
    "plugins",
    "infrastructure",
]
categories = [
    "command-line-utilities",
    "config",
]
license-file = "LICENSE"
repository = "https://github.com/unioslo/osp-cli-rs"

[features]
clap = []
default = ["clap"]

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

[[bin]]
name = "osp"
path = "src/bin/osp.rs"

[[test]]
name = "architecture"
path = "tests/architecture.rs"

[[test]]
name = "contracts"
path = "tests/contracts.rs"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "unit"
path = "tests/unit.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "color",
    "derive",
    "error-context",
    "help",
    "std",
    "suggestions",
    "usage",
]
default-features = false

[dependencies.comfy-table]
version = "7.1"
features = ["custom_styling"]
default-features = false

[dependencies.dialoguer]
version = "0.11"

[dependencies.directories]
version = "6.0.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.jaq-core]
version = "3.0.0-gamma"

[dependencies.jaq-json]
version = "2.0.0-gamma"
features = ["serde"]

[dependencies.jaq-std]
version = "3.0.0-gamma"

[dependencies.libc]
version = "0.2"

[dependencies.miette]
version = "7.4"
features = [
    "derive",
    "fancy",
]
default-features = false

[dependencies.nu-ansi-term]
version = "0.50"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.reedline]
version = "0.33"

[dependencies.regex]
version = "1.11"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.shell-words]
version = "1.1"

[dependencies.skim]
version = "=3.7.0"
default-features = false

[dependencies.terminal_size]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.insta]
version = "1.43"

[dev-dependencies.portable-pty]
version = "0.8"

[dev-dependencies.predicates]
version = "3.1"

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

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

[dev-dependencies.syn]
version = "2.0"
features = [
    "full",
    "visit",
]

[dev-dependencies.tempfile]
version = "3"

[profile.dev]
debug = 1

[profile.dev.package."*"]
debug = 0

[profile.test]
debug = 1

[profile.test.package."*"]
debug = 0