[package] name = "dialtone_common" version = "0.1.0" edition = "2021" publish = true license = "MIT OR Apache-2.0" authors = ["Andrew Newton "] description = "Dialtone Common Code" repository = "https://codeberg.org/rcode3/dialtone" keywords = ["activitypub", "activitystreams", "fediverse", "federation"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # chrono (time and date library) chrono = { version = "0.4", features = ["std", "serde"] } # const_format (compile time constant formatting) const_format = "0.2.21" # git-version (compile time git information) git-version = "0.3.5" # lazy_static (lazy static initialization) lazy_static = "1.4" # serde (serialization/deserialization) serde = { version = "^1", features = ["derive"] } serde_json = "^1" serde_variant = "0.1.1" [dev-dependencies] # this project dialtone_test_util = { path = "../dialtone_test_util" }