[package] authors = ["bunnie "] description = "Provide high-resolution, non-rollover system time" edition = "2018" name = "xous-ticktimer" version = "0.1.31" license = "MIT OR Apache-2.0" repository = "https://github.com/betrusted-io/xous-core/" homepage = "https://betrusted.io/xous-book/" # Dependency versions enforced by Cargo.lock. [dependencies] xous-api-ticktimer = "0.9.30" xous = "0.9.35" xous-ipc = "0.9.35" xous-names = {package = "xous-api-names", version = "0.9.32"} log-server = {package = "xous-api-log", version = "0.1.30"} susres = {package = "xous-api-susres", version = "0.9.30"} log = "0.4.14" rkyv = {version = "0.4.3", default-features = false, features = ["const_generics"]} num-derive = {version = "0.3.3", default-features = false} num-traits = {version = "0.2.14", default-features = false} xous-semver = "0.1.2" utralib = {version = "0.1.15", optional = true, default-features = false } [features] precursor = ["utralib/precursor", "susres/precursor"] hosted = ["utralib/hosted", "susres/hosted"] renode = ["utralib/renode", "susres/renode"] debug-print = [] watchdog = [] timestamp = [] # you may want to remove the watchdog feature if you're debugging a crash, as it will force the system to reboot automatically default = ["watchdog"] # default = [] # default = ["debug-print"]