# 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_mongo" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A nushell plugin to interactive with mongodb" homepage = "https://github.com/WindSoilder/nu_plugin_mongo" documentation = "https://github.com/WindSoilder/nu_plugin_mongo/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/WindSoilder/nu_plugin_mongo" [lib] name = "nu_plugin_mongo" path = "src/lib.rs" [[bin]] name = "nu_plugin_mongo" path = "src/main.rs" [dependencies.bson] version = "2" features = ["chrono-0_4"] [dependencies.chrono] version = "0.4" [dependencies.mongodb] version = "3" features = ["sync"] [dependencies.nu-plugin] version = "0.100" [dependencies.nu-protocol] version = "0.100" features = ["plugin"]