# 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 = "2018" name = "logisheets_base" version = "0.6.0" authors = ["ImJeremyHe"] description = "some basic definitions for LogiSheets" license = "MIT" [dependencies.chrono] version = "0.4.19" [dependencies.futures] version = "0.3.19" [dependencies.gents] version = "0.8.0" optional = true [dependencies.gents_derives] version = "0.8.0" optional = true [dependencies.im] version = "15.0.0" [dependencies.logisheets_workbook] version = "0.6.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.thiserror] version = "1.0.48" [features] gents = [ "dep:gents", "dep:gents_derives", ]