utf8proj-render 0.9.1

Rendering backends for utf8proj (SVG, text, etc.)
Documentation
# 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"
rust-version = "1.75"
name = "utf8proj-render"
version = "0.9.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rendering backends for utf8proj (SVG, text, etc.)"
readme = false
keywords = [
    "rendering",
    "svg",
    "gantt",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alanbld/utf8proj"

[lib]
name = "utf8proj_render"
path = "src/lib.rs"

[[test]]
name = "excel_auto_fit"
path = "tests/excel_auto_fit.rs"

[[test]]
name = "excel_integration"
path = "tests/excel_integration.rs"

[[test]]
name = "gantt_integration"
path = "tests/gantt_integration.rs"

[[test]]
name = "text_renderers"
path = "tests/text_renderers.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.rust_decimal]
version = "1.33"
features = ["serde"]

[dependencies.rust_xlsxwriter]
version = "0.80"
features = ["wasm"]

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.svg]
version = "0.17"

[dependencies.thiserror]
version = "1.0"

[dependencies.utf8proj-core]
version = "0.9.1"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.rust_decimal_macros]
version = "1.33"

[dev-dependencies.utf8proj-solver]
version = "0.9.1"

[lints.clippy]
assign_op_pattern = "allow"
assigning_clones = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
clone_on_copy = "allow"
cloned_instead_of_copied = "allow"
collapsible_str_replace = "allow"
collection_is_never_read = "allow"
comparison_chain = "allow"
default_constructed_unit_structs = "allow"
derivable_impls = "allow"
derive_partial_eq_without_eq = "allow"
doc_markdown = "allow"
field_reassign_with_default = "allow"
float_cmp = "allow"
fn_params_excessive_bools = "allow"
format_push_string = "allow"
if_not_else = "allow"
if_same_then_else = "allow"
ignored_unit_patterns = "allow"
implicit_clone = "allow"
inefficient_to_string = "allow"
inherent_to_string = "allow"
items_after_statements = "allow"
manual_div_ceil = "allow"
manual_let_else = "allow"
map_unwrap_or = "allow"
match_same_arms = "allow"
match_wildcard_for_single_variants = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
needless_borrows_for_generic_args = "allow"
needless_continue = "allow"
needless_lifetimes = "allow"
needless_pass_by_value = "allow"
needless_raw_string_hashes = "allow"
only_used_in_recursion = "allow"
option_if_let_else = "allow"
redundant_clone = "allow"
redundant_closure_for_method_calls = "allow"
redundant_else = "allow"
redundant_guards = "allow"
regex_creation_in_loops = "allow"
return_self_not_must_use = "allow"
self_only_used_in_recursion = "allow"
semicolon_if_nothing_returned = "allow"
significant_drop_tightening = "allow"
similar_names = "allow"
single_char_pattern = "allow"
single_match = "allow"
single_match_else = "allow"
struct_excessive_bools = "allow"
suboptimal_flops = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
uninlined_format_args = "allow"
unnecessary_cast = "allow"
unnecessary_map_or = "allow"
unnecessary_wraps = "allow"
unreadable_literal = "allow"
unused_self = "allow"
use_self = "allow"
used_underscore_binding = "allow"
useless_format = "allow"
wildcard_imports = "allow"
wildcard_in_or_patterns = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
dead_code = "allow"
unsafe_code = "forbid"