# 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 = "orgize" version = "0.10.0-alpha.10" authors = ["PoiScript "] description = "A Rust library for parsing org-mode files." readme = "README.md" keywords = [ "orgmode", "org-mode", "emacs", "parser", ] license = "MIT" repository = "https://github.com/PoiScript/orgize" [package.metadata.docs.rs] all-features = true [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [[example]] name = "parse" required-features = ["tracing"] [[bench]] name = "parse" harness = false [dependencies.bytecount] version = "0.6" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4" optional = true [dependencies.indexmap] version = "2.1" optional = true [dependencies.jetscii] version = "0.5" [dependencies.memchr] version = "2.5" [dependencies.nom] version = "7.1" features = ["std"] default-features = false [dependencies.rowan] version = "0.15" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.insta] version = "1.29" [dev-dependencies.slugify] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] [features] chrono = ["dep:chrono"] default = [] indexmap = ["dep:indexmap"] syntax-org-fc = [] tracing = ["dep:tracing"]