# 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-core" version = "0.100.0" authors = ["The Nushell Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shared internal functionality to support Nushell plugins" readme = "README.md" license = "MIT" repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-core" [lib] name = "nu_plugin_core" path = "src/lib.rs" bench = false [dependencies.interprocess] version = "2.2.0" optional = true [dependencies.log] version = "0.4" [dependencies.nu-plugin-protocol] version = "0.100.0" default-features = false [dependencies.nu-protocol] version = "0.100.0" [dependencies.rmp-serde] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [features] default = ["local-socket"] local-socket = [ "interprocess", "nu-plugin-protocol/local-socket", ] [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.56" [lints.clippy] unchecked_duration_subtraction = "warn"