[package] name = "retracer" version = "0.0.0-TestHistoryPublishing+0" edition = "2021" license = "GPL-3.0-or-later" description = "Command history based on the ESCI model." exclude = [ "guide/*", "pages/*", "**/Readme.md", ".gitlab-ci.yml", ".gitmodules", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] sync = [] # Will use Arc> as Shared instead of Rc> [dependencies] log = "0.4" chrono = "0.4.19" uuid = { version = "1.3.3", features = ["serde", "v4", "v7"] } rand = "0.8.4" serde = { version = "1.0", features = ["derive"] } ron = "0.8.0" flexbuffers = "2.0.0" serde_json = "1.0" itertools = "0.11.0" parse-display = "0.8.2"