perma 0.1.0

CLI for editing redirects in permalink service
# 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"
name = "perma"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for editing redirects in permalink service"
readme = false
keywords = [
    "permalink",
    "redirect",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"

[[bin]]
name = "perma"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.directories]
version = "6.0.0"

[dependencies.edit]
version = "0.1.5"

[dependencies.perma-core]
version = "0.1.0"

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

[dependencies.toml]
version = "1.1.4"

[dependencies.ureq]
version = "3.3.0"