nu_plugin_ulid 0.21.0

A nushell plugin that adds various ulid commands
Documentation
[package]
name = "nu_plugin_ulid"
version = "0.21.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/lizclipse/nu_plugin_ulid"
description = "A nushell plugin that adds various ulid commands"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.44"
nu-plugin = "0.112.2"
nu-protocol = { version = "0.112.2", features = ["plugin"] }
ulid = { version = "1.2.1", features = ["uuid"] }
uuid = "1.23.1"

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