[workspace] resolver = "2" members = ["seamantic"] [workspace.package] license-file = "LICENSE.md" edition = "2024" rust-version = "1.88.0" [workspace.dependencies] seamantic = { path = "seamantic", version = "=0.0.13", default-features = false } sea-orm = { version = "=2.0.0-rc.38", default-features = false } sea-orm-migration = { version = "=2.0.0-rc.38", default-features = false } serde = { version = "^1", default-features = false } serde_test = { version = "^1", default-features = false } tokio = { version = "^1", default-features = false } [workspace.lints.clippy] arithmetic_side_effects = "forbid" as_conversions = "forbid" checked_conversions = "forbid" default_union_representation = "forbid" expect_used = "forbid" indexing_slicing = "forbid" integer_division = "forbid" integer_division_remainder_used = "forbid" transmute_undefined_repr = "forbid" unchecked_time_subtraction = "forbid" unwrap_used = "forbid" [workspace.lints.rust] arithmetic_overflow = "forbid" missing_docs = "forbid" unsafe_code = "forbid" unused_doc_comments = "forbid" [profile.release] opt-level = 3 strip = "debuginfo" overflow-checks = true lto = "fat" codegen-units = 1