# 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" rust-version = "1.74" name = "org-rust" version = "0.1.15" authors = ["Laith Bahodi "] description = "CLI tool for converting Org-Mode documents to other formats" homepage = "https://org-rust.pages.dev" keywords = [ "org-mode", "parser", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hydrobeam/org-rust" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.lazy_format] version = "2.0.0" [dependencies.org-exporter] version = "0.1.6" package = "org-rust-exporter" [dependencies.org-parser] version = "0.1.4" package = "org-rust-parser" [dependencies.regex] version = "1.9.5" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dependencies.toml] version = "0.8.8" [build-dependencies.clap] version = "4.3.11" features = ["derive"] [build-dependencies.clap_complete] version = "4.3.2" [build-dependencies.clap_mangen] version = "0.2.14" [build-dependencies.org-exporter] version = "0.1.2" package = "org-rust-exporter" [build-dependencies.org-parser] version = "0.1.2" package = "org-rust-parser" [build-dependencies.serde] version = "1.0.196" features = ["derive"]