nu_plugin_ulid 0.21.0

A nushell plugin that adds various ulid commands
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"
name = "nu_plugin_ulid"
version = "0.21.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A nushell plugin that adds various ulid commands"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lizclipse/nu_plugin_ulid"

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

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.nu-plugin]
version = "0.112.2"

[dependencies.nu-protocol]
version = "0.112.2"
features = ["plugin"]

[dependencies.ulid]
version = "1.2.1"
features = ["uuid"]

[dependencies.uuid]
version = "1.23.1"

[profile.release]
lto = true
codegen-units = 1
strip = "symbols"