[dependencies.bt_bencode]
default-features = false
features = ["alloc"]
version = "0.8"
[dependencies.nu-plugin]
version = "0.93"
[dependencies.nu-protocol]
version = "0.93"
[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", "CHANGELOG.md", "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"
rust-version = "1.72.1"
version = "0.11.0"