notedown-rt 0.3.2

Notedown Text parser
Documentation
# 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 = "notedown-rt"
version = "0.3.2"
authors = ["Aster <192607617@qq.com>"]
description = "Notedown Text parser"
documentation = "https://docs.rs/notedown-rt"
readme = "Readme.md"
license = "MPL-2.0"
repository = "https://github.com/notedge/notedown-rs/tree/master/projects/notedown-runtime"
resolver = "1"

[dependencies.async-std]
version = "1.10.0"
optional = true

[dependencies.chrono]
version = "0.4.19"
features = ["serde"]

[dependencies.dashmap]
version = "5.0.0"

[dependencies.notedown-error]
version = "1.1.10"
features = ["chrono"]

[dependencies.notedown_ast]
version = "0.16"

[dependencies.rsass]
version = "0.23.0"
optional = true

[dependencies.yggdrasil-shared]
version = "0.2.1"
default-features = false

[dev-dependencies]

[features]
default = ["native"]
lsp = [
    "native",
    "yggdrasil-shared/lsp-types",
    "notedown-error/lsp-types",
]
native = [
    "async-std",
    "notedown-error/git2",
    "notedown-error/globset",
    "notedown-error/chrono",
]
wasm = []