# 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 = "embed-nu" version = "0.9.1" authors = ["trivernis "] description = "Embed the nu engine in your rust application" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Trivernis/embed-nu" [dependencies.miette] version = "7.1.0" [dependencies.nu-cmd-lang] version = "0.90.1" [dependencies.nu-command] version = "0.90.1" [dependencies.nu-engine] version = "0.90.1" [dependencies.nu-parser] version = "0.90.1" [dependencies.nu-protocol] version = "0.90.1" [dependencies.paste] version = "1.0.14" [dependencies.rusty-value] version = "0.6.0" features = ["derive"] [dependencies.thiserror] version = "1.0.57"