# 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 = "dprint-plugin-jupyter"
version = "0.2.0"
authors = ["David Sherret <dsherret@gmail.com>"]
description = "Formats code blocks in Jupyter notebooks."
homepage = "https://github.com/dprint/dprint-plugin-jupyter"
readme = "README.md"
keywords = [
    "formatting",
    "formatter",
    "jupyter",
]
license = "MIT"
repository = "https://github.com/dprint/dprint-plugin-jupyter"

[profile.release]
opt-level = 3
lto = true
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false

[lib]
crate-type = [
    "lib",
    "cdylib",
]

[dependencies.anyhow]
version = "1.0.51"

[dependencies.dprint-core]
version = "0.67.4"
features = ["formatting"]

[dependencies.jsonc-parser]
version = "0.26.2"

[dependencies.serde]
version = "1.0.108"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.dprint-development]
version = "0.9.5"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
wasm = ["dprint-core/wasm"]