# 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" rust-version = "1.72.1" name = "nu_plugin_from_bencode" version = "0.11.0" authors = ["Bryant Luk "] include = [ "src/**/*.rs", "CHANGELOG.md", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "A Nushell plugin to convert bencode data into Nu structured values." documentation = "https://docs.rs/nu_plugin_from_bencode/" readme = "README.md" keywords = [ "bittorrent", "torrent", "nu", "nushell", "bencode", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/bluk/nu_plugin_from_bencode" [dependencies.bt_bencode] version = "0.8" features = ["alloc"] default-features = false [dependencies.nu-plugin] version = "0.93" [dependencies.nu-protocol] version = "0.93"