# 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 = "starsector" version = "1.0.1" authors = ["Alex Roper "] description = "Org mode structural parser/emitter with an emphasis on modularity and avoiding edits unrelated to changes." readme = "README.md" keywords = [ "orgmode", "parser", "emacs", ] license = "MIT" repository = "https://github.com/calmofthestorm/starsector" resolver = "2" [[example]] name = "deltatest" test = true [[example]] name = "tester" test = true [dependencies.chrono] version = "0.4" optional = true [dependencies.hex] version = "0.4" [dependencies.indexmap] version = "1.9" optional = true [dependencies.indextree] version = "4.5" [dependencies.iobuffer] version = "0.2" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.5" [dependencies.nom] version = "7.1" optional = true [dependencies.orgize] version = "0.9" features = [ "chrono", "indexmap", ] optional = true [dependencies.rand] version = "0.7.2" [dependencies.regex] version = "1.6" optional = true [dependencies.ropey] version = "1.5" [dev-dependencies.orgize] version = "0.9" features = [ "chrono", "indexmap", ] [dev-dependencies.rand] version = "0.7.2" [dev-dependencies.walkdir] version = "2.3" [features] default = [ "headline-parser", "orgize-integration", ] headline-parser = [ "regex", "lazy_static", "nom", "chrono", ] orgize-integration = [ "orgize", "headline-parser", "indexmap", ]