# Package version = "1.1.0" author = "nim-serde authors" description = "Easy-to-use serialization capabilities (currently json only), with a drop-in replacement for std/json." license = "MIT" skipDirs = @["tests"] # Dependencies requires "nim >= 1.6.14" requires "chronicles >= 0.10.3 & < 0.11.0" requires "questionable >= 0.10.13 & < 0.11.0" requires "stint" requires "stew" task test, "Run the test suite": exec "nimble install -d -y" withDir "tests": exec "nimble test"