nu_plugin_from_bencode 0.4.0

A Nushell plugin to convert bencode data into Nu structured values.
Documentation
[dependencies.bt_bencode]
default-features = false
features = ["alloc"]
version = "0.7"

[dependencies.indexmap]
version = "1.8.1"

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

[dependencies.nu-protocol]
version = "0.77.1"

[package]
authors = ["Bryant Luk <code@bryantluk.com>"]
categories = ["encoding"]
description = "A Nushell plugin to convert bencode data into Nu structured values."
documentation = "https://docs.rs/nu_plugin_from_bencode/"
edition = "2021"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["bittorrent", "torrent", "nu", "nushell", "bencode"]
license = "MIT OR Apache-2.0"
name = "nu_plugin_from_bencode"
readme = "README.md"
repository = "https://github.com/bluk/nu_plugin_from_bencode"
version = "0.4.0"