[package] name = "rome_text_size" version = "0.0.1" edition = "2018" authors = [ "Aleksey Kladov ", "Christopher Durham (CAD97) " ] description = "Fork of the crate text_size" license = "MIT OR Apache-2.0" repository = "https://github.com/rome/tools" documentation = "https://rustdocs.rome.tools/rome_text_size/index.html" [dependencies] serde = { version = "1.0", optional = true, default_features = false } schemars = { version = "0.8.10", optional = true } [dev-dependencies] serde_test = "1.0" static_assertions = "1.1" [[test]] name = "serde" path = "tests/serde.rs" required-features = ["serde"]