[package] name = "oxford_join" version = "0.4.0" authors = ["Blobfolio, LLC. "] edition = "2021" rust-version = "1.81" description = "Join string slices with Oxford Commas!" license = "WTFPL" repository = "https://github.com/Blobfolio/oxford_join" readme = "README.md" keywords = [ "join", "string", "list", "grammar" ] categories = [ "no-std" ] exclude = [ ".github", ".gitignore", ".righteous-sandbox.json", "doc", "justfile", ] [package.metadata.bashman] name = "Oxford Join" bash-dir = "./" man-dir = "./" credits-dir = "./" [dev-dependencies] brunch = "0.6.*" [[bench]] name = "oj_join" harness = false