# 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 = "evcxr_jupyter" version = "0.18.0" authors = ["The Evcxr Authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Jupyter Kernel for Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/evcxr/evcxr" [[bin]] name = "evcxr_jupyter" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1.0.33" [dependencies.ariadne] version = "0.4.0" [dependencies.bytes] version = "1.2.1" [dependencies.chrono] version = "0.4.19" features = ["clock"] default-features = false [dependencies.colored] version = "2.0.0" [dependencies.crossbeam-channel] version = "0.5.5" [dependencies.dirs] version = "5.0.1" [dependencies.evcxr] version = "=0.18.0" [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.12.0" [dependencies.json] version = "0.12.4" [dependencies.mimalloc] version = "0.1" optional = true default-features = false [dependencies.sha2] version = "0.10.0" [dependencies.tokio] version = "1.24.2" [dependencies.tokio-util] version = "0.7.8" [dependencies.unicode-segmentation] version = "1.7.1" [dependencies.uuid] version = "1.1.2" features = ["v4"] [dependencies.zeromq] version = "0.4.1" features = [ "tokio-runtime", "tcp-transport", ] default-features = false [features] default = ["mimalloc"]