# 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-test-support" version = "0.100.0" authors = ["The Nushell Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Support for writing Nushell tests" readme = "README.md" license = "MIT" repository = "https://github.com/nushell/nushell/tree/main/crates/nu-test-support" [lib] name = "nu_test_support" path = "src/lib.rs" doctest = false bench = false [[test]] name = "get_system_locale" path = "tests/get_system_locale.rs" [dependencies.nu-glob] version = "0.100.0" [dependencies.nu-path] version = "0.100.0" [dependencies.nu-utils] version = "0.100.0" [dependencies.num-format] version = "0.4" [dependencies.tempfile] version = "3.13" [dependencies.which] version = "6.0.0" [lints.clippy] unchecked_duration_subtraction = "warn"