# 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 = "shiva-spreadsheet-ods" version = "0.0.2" authors = ["thomasscharler "] exclude = [ ".idea/*", ".gitignore", ] description = "Read and write ODS files" readme = "README.md" keywords = [ "ODS", "spreadsheet", "OpenOffice", "LibreOffice", ] categories = ["parser-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/thscharler/spreadsheet-ods" [lib] name = "spreadsheet_ods" [[bench]] name = "bench" harness = false [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" features = [ "clock", "alloc", ] default-features = false [dependencies.get-size] version = "0.1.4" [dependencies.get-size-derive] version = "0.1.3" [dependencies.icu_locid] version = "1.4" [dependencies.kparse] version = "3.0.5" [dependencies.lazy_static] version = "1.4" [dependencies.nom] version = "7.1" [dependencies.nom_locate] version = "4.2" [dependencies.quick-xml] version = "0.31.0" [dependencies.rust_decimal] version = "1.34" [dependencies.rust_decimal_macros] version = "1.34" [dependencies.shiva-color-rs] version = "0.0.1" [dependencies.string_cache] version = "0.8" [dependencies.time] version = "0.3" [dependencies.unicode-ident] version = "1.0" [dependencies.zip] version = "2.0.0" features = [ "deflate", "time", ] default-features = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] all_locales = [ "locale_de_AT", "locale_en_US", ] check_xml = [] default = [ "use_decimal", "all_locales", ] dump_unused = [] dump_xml = [] locale_de_AT = [] locale_en_US = [] use_decimal = [] [lints.rust] absolute_paths_not_starting_with_crate = "warn" elided_lifetimes_in_paths = "warn" explicit_outlives_requirements = "warn" keyword_idents = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_abi = "warn" missing_debug_implementations = "warn" missing_docs = "warn" non_ascii_idents = "warn" noop_method_call = "warn" pointer_structural_match = "warn" semicolon_in_expressions_from_macros = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn" unstable_features = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_qualifications = "warn" variant_size_differences = "warn"