# 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_periodic_table" version = "0.2.10" authors = ["Joseph T Lyons "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A periodic table of elements plugin for Nushell" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/JosephTLyons/nu_plugin_periodic_table" [lib] name = "nu_plugin_periodic_table" path = "src/lib.rs" [[bin]] name = "nu_plugin_periodic_table" path = "src/main.rs" [dependencies.nu-ansi-term] version = "0.50.1" [dependencies.nu-plugin] version = "0.99.1" [dependencies.nu-protocol] version = "0.99.1" [dependencies.periodic-table-on-an-enum] version = "0.3.2"