[package] name = "kosherC" version = "0.1.0" edition = "2024" [dependencies] const-str = "1.1.0" constcat = "0.6.1" num-traits = "0.2.19" panic-halt = "1.0.0" [profile.dev] panic = "abort" [profile.release] panic = "abort"