# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xi-core-lib" version = "0.3.0" authors = ["Raph Levien "] description = "Library module for xi-core" license = "Apache-2.0" repository = "https://github.com/google/xi-editor" [dependencies.log] version = "0.4.3" [dependencies.memchr] version = "2.0.1" [dependencies.notify] version = "4.0" optional = true [dependencies.regex] version = "1.0" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.syntect] version = "3.2" features = ["assets", "dump-load-rs", "dump-create"] default-features = false [dependencies.time] version = "0.1" [dependencies.toml] version = "0.5" [dependencies.xi-rope] version = "0.3" features = ["serde"] [dependencies.xi-rpc] version = "0.3.0" [dependencies.xi-trace] version = "0.2.0" [dependencies.xi-unicode] version = "0.2.0" [dev-dependencies.tempdir] version = "^0.3.4" [features] default = ["notify"] ledger = [] [target."cfg(target_os = \"fuchsia\")".dependencies.sha2] version = "0.8"