# 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 = "retracer" version = "0.0.0-TestHistoryPublishing+0" exclude = [ "guide/*", "pages/*", "**/Readme.md", ".gitlab-ci.yml", ".gitmodules", ] description = "Command history based on the ESCI model." readme = "README.md" license = "GPL-3.0-or-later" [dependencies.chrono] version = "0.4.19" [dependencies.flexbuffers] version = "2.0.0" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4" [dependencies.parse-display] version = "0.8.2" [dependencies.rand] version = "0.8.4" [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.3.3" features = [ "serde", "v4", "v7", ] [features] default = [] sync = []