diff --git a/Cargo.toml b/Cargo.toml index e629105de36dcf87b4bca2d7812891f476d239a8..7787c0f3a2a3d7b150d7156f5e66ab11b1a4ea34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,4 +36,5 @@ crate-type = ["cdylib"] [features] default = ["ffi"] -ffi = [] # no feature dependencies \ No newline at end of file +ffi = [] # no feature dependencies +endpoint_logging = [] # see src/macros where a conditional check include endpoint logging \ No newline at end of file