[package] name = "string-sharp" version = "0.1.10" edition = "2021" description = "traits implementing on string similar to c#" license = "MIT" authors = ["foxjazz "] documentation = "https://docs.rs/string-sharp" repository = "https://github.com/foxjazz/rust-string-sharp" keys =["append_date", "append_time", "append", "trim", "reverse", "index_of", "indicies_of", "left", "right", "pad_left", "pad_right"] [badges] github = { repository = "foxjazz/rust-string-sharp" } # donate_litecoin = LRyqEsNLk8rvVVkSqMrrXG82mqjpsVXvEH # donate_paypal = https://www.paypal.com/donate/?business=A9BBJRDL8QG9J&no_recurring=0&item_name=support+for+open+source¤cy_code=USD # if you find this useful, please donate to support the project # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono="0.4.23"