seb 0.1.0

CLI for sebastian — render mermaid diagrams to SVG, mmdc-style
# 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 = "2024"
name = "seb"
version = "0.1.0"
authors = ["Enzo Lombardi <enzinol@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for sebastian — render mermaid diagrams to SVG, mmdc-style"
readme = false
license = "MIT"
repository = "https://github.com/aovestdipaperino/sebastian"
resolver = "2"

[[bin]]
name = "seb"
path = "src/main.rs"

[dependencies.logo-art]
version = "0.2.1"

[dependencies.sebastian]
version = "0.1.0"

[lints.clippy]
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
float_cmp = "allow"
items_after_statements = "allow"
many_single_char_names = "allow"
missing_panics_doc = "allow"
similar_names = "allow"
too_many_lines = "allow"

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

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

[lints.rust]
missing_debug_implementations = "warn"
unsafe_op_in_unsafe_fn = "warn"
unused_lifetimes = "warn"